mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-08 17:36:30 +03:00
slightly change MainWindow size, add min size
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
Background="#fff"
|
Background="#fff"
|
||||||
Icon="/Assets/icon.ico"
|
Icon="/Assets/icon.ico"
|
||||||
Title="KeyKeeper"
|
Title="KeyKeeper"
|
||||||
Width="800"
|
Width="850" MinWidth="850"
|
||||||
Height="600">
|
Height="640" MinHeight="500">
|
||||||
|
|
||||||
<Design.DataContext>
|
<Design.DataContext>
|
||||||
<vm:MainWindowViewModel/>
|
<vm:MainWindowViewModel/>
|
||||||
|
|||||||
Reference in New Issue
Block a user