From 5c1531718e1726993ca8c7d0bc10c5470763af6b Mon Sep 17 00:00:00 2001 From: Chernykh Aleksandr Date: Fri, 5 Dec 2025 19:30:59 +0300 Subject: [PATCH] changed size of title --- src/KeyKeeper/AboutWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KeyKeeper/AboutWindow.cs b/src/KeyKeeper/AboutWindow.cs index 8f966dc..4a17046 100644 --- a/src/KeyKeeper/AboutWindow.cs +++ b/src/KeyKeeper/AboutWindow.cs @@ -18,7 +18,7 @@ public class AboutWindow : Window { Text = "About KeyKeeper", HorizontalAlignment = HorizontalAlignment.Left, - FontSize = 50, + FontSize = 45, TextAlignment = TextAlignment.Left };