mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #93 from giraldiego/patch-2
Fix for low resolution screens
This commit is contained in:
commit
8f2e3529f9
@ -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"
|
||||
@ -206,4 +206,4 @@
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Viewbox>
|
||||
</Window>
|
||||
</Window>
|
||||
|
Loading…
Reference in New Issue
Block a user