mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-03 14:06:27 +00:00
Update styling of ApplyChangesWindow
This commit is contained in:
@@ -150,6 +150,7 @@
|
|||||||
<Border x:Name="ApplyRebootPanel"
|
<Border x:Name="ApplyRebootPanel"
|
||||||
Visibility="Collapsed"
|
Visibility="Collapsed"
|
||||||
BorderBrush="{DynamicResource BorderColor}"
|
BorderBrush="{DynamicResource BorderColor}"
|
||||||
|
HorizontalAlignment="Center"
|
||||||
BorderThickness="0,1,0,1"
|
BorderThickness="0,1,0,1"
|
||||||
Padding="24,12,24,14">
|
Padding="24,12,24,14">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
@@ -160,7 +161,7 @@
|
|||||||
Foreground="#e8912d"
|
Foreground="#e8912d"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Margin="0,0,8,0"/>
|
Margin="0,0,8,0"/>
|
||||||
<TextBlock Text="A restart is required for these changes to take effect:"
|
<TextBlock Text="A reboot is required for these changes to take effect:"
|
||||||
FontSize="13"
|
FontSize="13"
|
||||||
FontWeight="SemiBold"
|
FontWeight="SemiBold"
|
||||||
Foreground="{DynamicResource FgColor}"
|
Foreground="{DynamicResource FgColor}"
|
||||||
|
|||||||
Reference in New Issue
Block a user