From 1f683d3f7827feb5d72b3e129f663fa8d0e50472 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sat, 21 Sep 2024 16:29:02 +0200 Subject: [PATCH] UI fixes (#2727) * 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 * Fix Borders of Right Click menu for Textbox (eg. Searchbar) (#9) * sync fork & remove merge issues * Revert "sync fork & remove merge issues" This reverts commit dd64f06b89e06d637394ae00c3287e7f4115c216. * remove unneeded code --------- Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com> --- config/themes.json | 7 ++++++ xaml/inputXML.xaml | 53 +++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 55 insertions(+), 5 deletions(-) diff --git a/config/themes.json b/config/themes.json index abf7f5759d..0a370715b6 100644 --- a/config/themes.json +++ b/config/themes.json @@ -46,6 +46,9 @@ "LabelBackgroundColor": "#F7F7F7", "LinkForegroundColor": "#232629", "LinkHoverForegroundColor": "#232629", + "ScrollBarBackgroundColor": "#4A4D52", + "ScrollBarHoverColor": "#5A5D62", + "ScrollBarDraggingColor": "#6A6D72", "ProgressBarForegroundColor": "#2e77ff", "ProgressBarBackgroundColor": "Transparent", @@ -77,6 +80,10 @@ "LabelBackgroundColor": "#121212", "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", + "ScrollBarBackgroundColor": "#2E3135", + "ScrollBarHoverColor": "#3B4252", + "ScrollBarDraggingColor": "#5E81AC", + "ProgressBarForegroundColor": "#222222", "ProgressBarBackgroundColor": "Transparent", "ProgressBarTextColor": "#cccccc", diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 2ab4441398..c40be1e03f 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -10,13 +10,32 @@ WindowStyle="None" Width="Auto" Height="Auto" - MaxWidth="1280" + MaxWidth="1380" MaxHeight="800" Title="Chris Titus Tech's Windows Utility"> + + + + + + + + @@ -697,7 +739,8 @@ Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left" FontFamily="Segoe MDL2 Assets" - FontSize="{DynamicResource DynamicResource IconFontSize}" + Foreground="{DynamicResource ButtonBackgroundSelectedColor}" + FontSize="{DynamicResource IconFontSize}" Margin="180,0,0,0">