mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Refactor margins for application installation options and Winget status panel in UI
This commit is contained in:
@@ -533,20 +533,19 @@
|
|||||||
<StackPanel Grid.Row="0" Margin="0,0,0,10">
|
<StackPanel Grid.Row="0" Margin="0,0,0,10">
|
||||||
<CheckBox x:Name="chkInstallApps"
|
<CheckBox x:Name="chkInstallApps"
|
||||||
Content="Install Applications"
|
Content="Install Applications"
|
||||||
Margin="0,5"
|
Margin="5"
|
||||||
ToolTip="Enable to install regular applications during the build process"/>
|
ToolTip="Enable to install regular applications during the build process"/>
|
||||||
|
|
||||||
<!-- Winget Applications Section - Indented under Install Applications -->
|
<!-- Winget Applications Section - Indented under Install Applications -->
|
||||||
<CheckBox x:Name="chkInstallWingetApps"
|
<CheckBox x:Name="chkInstallWingetApps"
|
||||||
Content="Install Winget Applications"
|
Content="Install Winget Applications"
|
||||||
Margin="20,5,0,5"
|
Margin="5"
|
||||||
Visibility="Collapsed"
|
|
||||||
ToolTip="Enable to install applications using Windows Package Manager (winget)"/>
|
ToolTip="Enable to install applications using Windows Package Manager (winget)"/>
|
||||||
|
|
||||||
<!-- Winget Status Panel -->
|
<!-- Winget Status Panel -->
|
||||||
<StackPanel x:Name="wingetPanel"
|
<StackPanel x:Name="wingetPanel"
|
||||||
Visibility="Collapsed"
|
Visibility="Collapsed"
|
||||||
Margin="40,10,0,0">
|
Margin="25,0,5,5">
|
||||||
|
|
||||||
<TextBlock Text="Winget Status"
|
<TextBlock Text="Winget Status"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
|
|||||||
Reference in New Issue
Block a user