mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-25 00:46:28 +03:00
slightly change MainWindow size, add min size
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user