Returned horizontal minimum to 800.
This commit is contained in:
parent
e4f56dfa6b
commit
db472e4311
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
WindowState="{Binding WindowState}"
|
WindowState="{Binding WindowState}"
|
||||||
Width="{Binding WindowWidth}"
|
Width="{Binding WindowWidth}"
|
||||||
Height="{Binding WindowHeight}"
|
Height="{Binding WindowHeight}"
|
||||||
MinWidth="720"
|
MinWidth="800"
|
||||||
MinHeight="400"
|
MinHeight="400"
|
||||||
d:DesignHeight="720"
|
d:DesignHeight="720"
|
||||||
d:DesignWidth="1280"
|
d:DesignWidth="1280"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
|
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
|
||||||
Width="1100"
|
Width="1100"
|
||||||
Height="768"
|
Height="768"
|
||||||
MinWidth="720"
|
MinWidth="800"
|
||||||
MinHeight="400"
|
MinHeight="400"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner"
|
||||||
x:DataType="viewModels:SettingsViewModel"
|
x:DataType="viewModels:SettingsViewModel"
|
||||||
|
|
Loading…
Reference in a new issue