From d8f817668b946de09c41566eee7278514d877f34 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Thu, 12 Sep 2024 22:01:24 +0200 Subject: [PATCH] ui fixes - better coloring for scrollbar - better styling for tooltip - better styling for menuitem - change max window size on startup to correctly display install tab --- config/themes.json | 12 ++++++++++++ xaml/inputXML.xaml | 41 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 49 insertions(+), 4 deletions(-) diff --git a/config/themes.json b/config/themes.json index 27f3a45e..8fb9dc4e 100644 --- a/config/themes.json +++ b/config/themes.json @@ -40,6 +40,9 @@ "LinkHoverForegroundColor": "#232629", "GroupBorderBackgroundColor": "#232629", "ComboBoxForegroundColor": "#232629", + "ScrollBarBackgroundColor": "#4A4D52", + "ScrollBarHoverColor": "#2E3135", + "ScrollBarDraggingColor": "#3A3D42", "ButtonFontSize": "12", "ButtonFontFamily": "Arial", @@ -85,6 +88,9 @@ "LinkHoverForegroundColor": "#232629", "GroupBorderBackgroundColor": "#232629", "ComboBoxForegroundColor": "#232629", + "ScrollBarBackgroundColor": "#4A4D52", + "ScrollBarHoverColor": "#2E3135", + "ScrollBarDraggingColor": "#3A3D42", "ButtonInstallBackgroundColor": "#F7F7F7", "ButtonTweaksBackgroundColor": "#F7F7F7", @@ -111,6 +117,9 @@ "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", "ComboBoxForegroundColor": "#81a1c1", + "ScrollBarBackgroundColor": "#2E3135", + "ScrollBarHoverColor": "#3B4252", + "ScrollBarDraggingColor": "#5E81AC", "ProgressBarForegroundColor": "#222222", "ProgressBarBackgroundColor": "Transparent", @@ -144,6 +153,9 @@ "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", "ComboBoxForegroundColor": "#f7f7f7", + "ScrollBarBackgroundColor": "#2E3135", + "ScrollBarHoverColor": "#3B4252", + "ScrollBarDraggingColor": "#5E81AC", "ProgressBarForegroundColor": "#222222", "ProgressBarBackgroundColor": "Transparent", diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index cf4b2010..1d972c9a 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -11,13 +11,36 @@ WindowStyle="None" Width="Auto" Height="Auto" - MaxWidth="1280" + MaxWidth="1380" MaxHeight="800" Title="Chris Titus Tech's Windows Utility"> + + + + + + +