From c89a091135ff0322124452734aa15e7e3363fc42 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Thu, 30 Apr 2026 10:08:47 +0300 Subject: [PATCH] minor UI fixes + make disabled buttons look different + change heading color in settings window + make EntryEditWindow wide enough --- src/KeyKeeper/SettingsWindow.cs | 1 + src/KeyKeeper/Styles/AppTheme.axaml | 5 +++++ src/KeyKeeper/Views/EntryEditWindow.axaml | 10 ++++++---- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/KeyKeeper/SettingsWindow.cs b/src/KeyKeeper/SettingsWindow.cs index 6f38710..7009de0 100644 --- a/src/KeyKeeper/SettingsWindow.cs +++ b/src/KeyKeeper/SettingsWindow.cs @@ -30,6 +30,7 @@ public class SettingsWindow : Window var titleText = new TextBlock { Text = "App Settings", + Foreground = this.FindResource("KeyKeeperHeadingTextBrush") as IBrush, FontSize = 20, FontWeight = FontWeight.Bold, Margin = new Thickness(0, 0, 0, 10) diff --git a/src/KeyKeeper/Styles/AppTheme.axaml b/src/KeyKeeper/Styles/AppTheme.axaml index 78dd1f0..1660fba 100644 --- a/src/KeyKeeper/Styles/AppTheme.axaml +++ b/src/KeyKeeper/Styles/AppTheme.axaml @@ -16,6 +16,7 @@ #00000000 #FFFFFFFF + @@ -35,6 +36,10 @@ +