From f59f4411ce11691e04e1293ccffbf22f1916b262 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Fri, 12 Dec 2025 00:16:42 +0300 Subject: [PATCH] slightly change MainWindow size, add min size --- src/KeyKeeper/Views/MainWindow.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KeyKeeper/Views/MainWindow.axaml b/src/KeyKeeper/Views/MainWindow.axaml index e580f68..886e14e 100644 --- a/src/KeyKeeper/Views/MainWindow.axaml +++ b/src/KeyKeeper/Views/MainWindow.axaml @@ -11,8 +11,8 @@ Background="#fff" Icon="/Assets/icon.ico" Title="KeyKeeper" - Width="800" - Height="600"> + Width="850" MinWidth="850" + Height="640" MinHeight="500">