From 8be3a0971084342b6c41e52a1fea9a6d1378fe31 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Fri, 17 May 2024 02:10:53 -0500 Subject: [PATCH] Make AbstractUIGroupDialog use dark theme --- ZuneModdingHelper/AbstractUIGroupDialog.xaml | 22 +++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/ZuneModdingHelper/AbstractUIGroupDialog.xaml b/ZuneModdingHelper/AbstractUIGroupDialog.xaml index a5279cd..2385212 100644 --- a/ZuneModdingHelper/AbstractUIGroupDialog.xaml +++ b/ZuneModdingHelper/AbstractUIGroupDialog.xaml @@ -9,17 +9,29 @@ Title="Options" Height="450" Width="800" WindowStartupLocation="CenterOwner" WindowStyle="ToolWindow" - Background="Black" - Foreground="White"> + Background="Black" Foreground="White"> + + + + + - + @@ -30,7 +42,7 @@ TemplateSelector="{StaticResource GroupTemplateSelector}"/> - + @@ -40,7 +52,7 @@