mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-08 02:17:50 +00:00
Merge db472e43116cc91705ed433ccf4b8836210d1fbe into 7d158acc3b5826a08941d6e8d50d3a3897021bcd
This commit is contained in:
commit
2e81d78eef
@ -15,7 +15,7 @@
|
|||||||
Width="{Binding WindowWidth}"
|
Width="{Binding WindowWidth}"
|
||||||
Height="{Binding WindowHeight}"
|
Height="{Binding WindowHeight}"
|
||||||
MinWidth="800"
|
MinWidth="800"
|
||||||
MinHeight="500"
|
MinHeight="400"
|
||||||
d:DesignHeight="720"
|
d:DesignHeight="720"
|
||||||
d:DesignWidth="1280"
|
d:DesignWidth="1280"
|
||||||
x:DataType="viewModels:MainWindowViewModel"
|
x:DataType="viewModels:MainWindowViewModel"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Width="1100"
|
Width="1100"
|
||||||
Height="768"
|
Height="768"
|
||||||
MinWidth="800"
|
MinWidth="800"
|
||||||
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