mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
Keep step 4 output expanded
This commit is contained in:
@@ -970,11 +970,11 @@
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
</ToggleButton.Content>
|
</ToggleButton.Content>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
<ToggleButton Margin="0,0,5,0" Height="{DynamicResource TabButtonHeight}" Width="{DynamicResource TabButtonWidth}"
|
<ToggleButton Margin="0,0,5,0" Height="{DynamicResource TabButtonHeight}" Width="Auto" MinWidth="{DynamicResource TabButtonWidth}"
|
||||||
Background="{DynamicResource ButtonWin11ISOBackgroundColor}" Foreground="{DynamicResource ButtonWin11ISOForegroundColor}" FontWeight="Bold" Name="WPFTab5BT">
|
Background="{DynamicResource ButtonWin11ISOBackgroundColor}" Foreground="{DynamicResource ButtonWin11ISOForegroundColor}" FontWeight="Bold" Name="WPFTab5BT">
|
||||||
<ToggleButton.Content>
|
<ToggleButton.Content>
|
||||||
<TextBlock FontSize="{DynamicResource TabButtonFontSize}" Background="Transparent" Foreground="{DynamicResource ButtonWin11ISOForegroundColor}">
|
<TextBlock FontSize="{DynamicResource TabButtonFontSize}" Background="Transparent" Foreground="{DynamicResource ButtonWin11ISOForegroundColor}">
|
||||||
<Underline>W</Underline>in11ISO
|
<Underline>W</Underline>in11 Creator
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
</ToggleButton.Content>
|
</ToggleButton.Content>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
@@ -1367,10 +1367,13 @@
|
|||||||
Step 1 - Select Windows 11 ISO
|
Step 1 - Select Windows 11 ISO
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock FontSize="{DynamicResource FontSize}" Foreground="{DynamicResource MainForegroundColor}"
|
<TextBlock FontSize="{DynamicResource FontSize}" Foreground="{DynamicResource MainForegroundColor}"
|
||||||
TextWrapping="Wrap" Margin="0,0,0,12">
|
TextWrapping="Wrap" Margin="0,0,0,6">
|
||||||
Browse to your locally saved Windows 11 ISO file. Only official ISOs
|
Browse to your locally saved Windows 11 ISO file. Only official ISOs
|
||||||
downloaded from Microsoft are supported. This is only meant for FRESH
|
downloaded from Microsoft are supported.
|
||||||
and NEW Windows installs.
|
</TextBlock>
|
||||||
|
<TextBlock FontSize="{DynamicResource FontSize}" Foreground="{DynamicResource MainForegroundColor}"
|
||||||
|
TextWrapping="Wrap" Margin="0,0,0,12" FontStyle="Italic">
|
||||||
|
<Run FontWeight="Bold">NOTE:</Run> This is only meant for Fresh and New Windows installs.
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
@@ -1538,8 +1541,7 @@
|
|||||||
<!-- ═══════════════════════════════════════════════════════════ -->
|
<!-- ═══════════════════════════════════════════════════════════ -->
|
||||||
<Border Grid.Row="3"
|
<Border Grid.Row="3"
|
||||||
Name="WPFWin11ISOOutputSection"
|
Name="WPFWin11ISOOutputSection"
|
||||||
Style="{StaticResource BorderStyle}"
|
Style="{StaticResource BorderStyle}">
|
||||||
Visibility="Collapsed">
|
|
||||||
<StackPanel Margin="5">
|
<StackPanel Margin="5">
|
||||||
<!-- Header row: title + Clean & Reset button -->
|
<!-- Header row: title + Clean & Reset button -->
|
||||||
<Grid Margin="0,0,0,12">
|
<Grid Margin="0,0,0,12">
|
||||||
|
|||||||
Reference in New Issue
Block a user