Fix for low resolution screens

A small fix
This commit is contained in:
giraldiego 2019-10-13 19:56:09 -05:00 committed by GitHub
parent 1004177050
commit 8494badc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@
Title="Wabbajack"
Width="1280"
Height="960"
MinWidth="1280"
MinHeight="960"
MinWidth="1024"
MinHeight="768"
Closing="Window_Closing"
Icon="Icons/wabbajack.ico"
ResizeMode="CanResize"
@ -320,4 +320,4 @@
</Grid>
</Grid>
</Viewbox>
</Window>
</Window>