Visual refresh of dialogs.

This commit is contained in:
Burak Kaan Köse
2026-03-06 11:22:12 +01:00
parent 1aaf4e8a7e
commit 24f7c26d60
20 changed files with 284 additions and 144 deletions
@@ -25,8 +25,12 @@
<x:Double x:Key="ContentDialogMaxHeight">756</x:Double>
</ContentDialog.Resources>
<StackPanel Spacing="6">
<TextBlock x:Name="ErrorTextBlock" Foreground="Gold" />
<StackPanel Spacing="8">
<muxc:InfoBar
x:Name="ErrorInfoBar"
IsClosable="False"
IsOpen="False"
Severity="Warning" />
<controls:SettingsCard Description="{x:Bind domain:Translator.CustomThemeBuilder_ThemeNameDescription}" Header="{x:Bind domain:Translator.CustomThemeBuilder_ThemeNameTitle}">
<controls:SettingsCard.HeaderIcon>
@@ -63,6 +67,7 @@
x:Name="PreviewAccentColorGrid"
Width="20"
Height="20"
CornerRadius="4"
Background="{ThemeResource SystemAccentColor}" />
</StackPanel>
</Button.Content>