mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-23 06:51:21 -08:00
Returned horizontal minimum to 800.
This commit is contained in:
parent
e4f56dfa6b
commit
db472e4311
@ -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 New Issue
Block a user