mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
UI: Update minimum window size to 800x500 (#6425)
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
WindowState="{Binding WindowState}"
|
||||
Width="{Binding WindowWidth}"
|
||||
Height="{Binding WindowHeight}"
|
||||
MinWidth="1092"
|
||||
MinHeight="672"
|
||||
MinWidth="800"
|
||||
MinHeight="500"
|
||||
d:DesignHeight="720"
|
||||
d:DesignWidth="1280"
|
||||
x:DataType="viewModels:MainWindowViewModel"
|
||||
|
Reference in New Issue
Block a user