|
@@ -14,8 +14,8 @@
|
|
|
WindowState="{Binding WindowState}"
|
|
WindowState="{Binding WindowState}"
|
|
|
Width="{Binding WindowWidth}"
|
|
Width="{Binding WindowWidth}"
|
|
|
Height="{Binding WindowHeight}"
|
|
Height="{Binding WindowHeight}"
|
|
|
- MinWidth="1092"
|
|
|
|
|
- MinHeight="672"
|
|
|
|
|
|
|
+ MinWidth="800"
|
|
|
|
|
+ MinHeight="500"
|
|
|
d:DesignHeight="720"
|
|
d:DesignHeight="720"
|
|
|
d:DesignWidth="1280"
|
|
d:DesignWidth="1280"
|
|
|
x:DataType="viewModels:MainWindowViewModel"
|
|
x:DataType="viewModels:MainWindowViewModel"
|