mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-01-04 01:58:47 +00:00
Change minimum resolution to 720x400.
This commit is contained in:
parent
95d252b7b8
commit
e4f56dfa6b
@ -14,8 +14,8 @@
|
|||||||
WindowState="{Binding WindowState}"
|
WindowState="{Binding WindowState}"
|
||||||
Width="{Binding WindowWidth}"
|
Width="{Binding WindowWidth}"
|
||||||
Height="{Binding WindowHeight}"
|
Height="{Binding WindowHeight}"
|
||||||
MinWidth="800"
|
MinWidth="720"
|
||||||
MinHeight="500"
|
MinHeight="400"
|
||||||
d:DesignHeight="720"
|
d:DesignHeight="720"
|
||||||
d:DesignWidth="1280"
|
d:DesignWidth="1280"
|
||||||
x:DataType="viewModels:MainWindowViewModel"
|
x:DataType="viewModels:MainWindowViewModel"
|
||||||
|
|||||||
@ -12,8 +12,8 @@
|
|||||||
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="800"
|
MinWidth="720"
|
||||||
MinHeight="480"
|
MinHeight="400"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner"
|
||||||
x:DataType="viewModels:SettingsViewModel"
|
x:DataType="viewModels:SettingsViewModel"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user