Update styling of ApplyChangesWindow

This commit is contained in:
Raphire
2026-03-07 16:04:14 +01:00
parent c72e4fcb54
commit 7c3af36e06

View File

@@ -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}"