From d4777636fc6ef096350ef1083ad2bc2734b5282d Mon Sep 17 00:00:00 2001 From: Meik Date: Thu, 5 Mar 2026 12:05:51 +0100 Subject: [PATCH] Derive nav/content shades from background and make config dialog frameless --- forms/configInfo.xaml | 65 ++++++++++++++++++++++++++++++++++++++-- forms/configInfo.xaml.cs | 17 +++++++++++ libs/configHelper.cs | 54 ++++++++++++++++++++++++++++++--- 3 files changed, 129 insertions(+), 7 deletions(-) diff --git a/forms/configInfo.xaml b/forms/configInfo.xaml index 35f8b05..701fd95 100644 --- a/forms/configInfo.xaml +++ b/forms/configInfo.xaml @@ -12,9 +12,12 @@ MinHeight="540" MinWidth="840" ResizeMode="NoResize" + WindowStyle="None" + AllowsTransparency="True" UseLayoutRounding="True" SnapsToDevicePixels="True" - Background="{DynamicResource backgroundColor}" + KeyDown="ConfigInfo_KeyDown" + Background="Transparent" Icon="/Customer Panel;component/Resources/icons/logo_CustomerPanel.ico"> + @@ -119,10 +170,11 @@ - + + @@ -138,10 +190,17 @@ +