slightly change MainWindow size, add min size

This commit is contained in:
2025-12-12 00:16:42 +03:00
parent 2c592b48d5
commit f59f4411ce

View File

@@ -11,8 +11,8 @@
Background="#fff"
Icon="/Assets/icon.ico"
Title="KeyKeeper"
Width="800"
Height="600">
Width="850" MinWidth="850"
Height="640" MinHeight="500">
<Design.DataContext>
<vm:MainWindowViewModel/>