1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-25 07:36:26 -05:00

UI: Update minimum window size to 800x500 (#6425)

This commit is contained in:
MutantAura
2024-03-07 23:38:56 +00:00
committed by GitHub
parent 4e1a60328e
commit dda0f26067

View File

@@ -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"