From 61c14109bc6428d98369cf1985002f790960f498 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 30 Apr 2024 05:49:06 +0900 Subject: [PATCH] Adjust Pane and Page Colors --- .../Resources/CustomControlTemplate.xaml | 2 +- .../SettingPages/Views/SettingsPaneAbout.xaml | 39 +++++++++++-------- .../Views/SettingsPaneGeneral.xaml | 3 +- Flow.Launcher/SettingWindow.xaml | 1 + 4 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index 0ed1d18c8..cbb828582 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -4763,7 +4763,7 @@ IsPaneOpen="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=IsPaneOpen, Mode=TwoWay}" IsTabStop="False" OpenPaneLength="{TemplateBinding OpenPaneLength}" - PaneBackground="{DynamicResource NavigationViewDefaultPaneBackground}"> + PaneBackground="Transparent"> @@ -28,7 +27,10 @@ TextAlignment="left" /> - +