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">
|
||||
<CheckBox x:Name="chkInstallApps"
|
||||
Content="Install Applications"
|
||||
Margin="0,5"
|
||||
Margin="5"
|
||||
ToolTip="Enable to install regular applications during the build process"/>
|
||||
|
||||
<!-- Winget Applications Section - Indented under Install Applications -->
|
||||
<CheckBox x:Name="chkInstallWingetApps"
|
||||
Content="Install Winget Applications"
|
||||
Margin="20,5,0,5"
|
||||
Visibility="Collapsed"
|
||||
Margin="5"
|
||||
ToolTip="Enable to install applications using Windows Package Manager (winget)"/>
|
||||
|
||||
<!-- Winget Status Panel -->
|
||||
<StackPanel x:Name="wingetPanel"
|
||||
Visibility="Collapsed"
|
||||
Margin="40,10,0,0">
|
||||
Margin="25,0,5,5">
|
||||
|
||||
<TextBlock Text="Winget Status"
|
||||
FontWeight="Bold"
|
||||
|
||||
Reference in New Issue
Block a user