Change minimum resolution to 720x400.

This commit is contained in:
Albertfanmingo 2024-07-23 20:47:22 -06:00
parent 95d252b7b8
commit e4f56dfa6b
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@
WindowState="{Binding WindowState}"
Width="{Binding WindowWidth}"
Height="{Binding WindowHeight}"
MinWidth="800"
MinHeight="500"
MinWidth="720"
MinHeight="400"
d:DesignHeight="720"
d:DesignWidth="1280"
x:DataType="viewModels:MainWindowViewModel"

View File

@ -12,8 +12,8 @@
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
Width="1100"
Height="768"
MinWidth="800"
MinHeight="480"
MinWidth="720"
MinHeight="400"
WindowStartupLocation="CenterOwner"
x:DataType="viewModels:SettingsViewModel"
mc:Ignorable="d"