Tweak TaskDialog

This commit is contained in:
TheXamlGuy
2024-10-06 21:36:44 +01:00
parent 9b59add673
commit 4d24b43280
2 changed files with 397 additions and 2 deletions
@@ -2,8 +2,6 @@
<Styles.Resources>
<ResourceDictionary>
<FontFamily x:Key="FluentThemeFontFamily">/Fonts/#FluentSystemIcons-Resizable</FontFamily>
<Thickness x:Key="TaskDialogHeaderPadding">60 0 12 9</Thickness>
<Thickness x:Key="TaskDialogHeaderPaddingNoIcon">18 0 12 9</Thickness>
<ControlTheme x:Key="TextBoxButtonStyle" TargetType="Button">
<Setter Property="Foreground" Value="{DynamicResource TextControlButtonForeground}" />
<Setter Property="Background" Value="Transparent" />
@@ -73,6 +71,8 @@
<MergeResourceInclude Source="../TabStrip/TabStrip.axaml" />
<MergeResourceInclude Source="../ImageCropper/ImageCropper.axaml" />
<MergeResourceInclude Source="../ContentCard/ContentCard.axaml" />
<MergeResourceInclude Source="../TaskDialog/TaskDialog.axaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Styles.Resources>