mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-15 02:34:48 +00:00
UI: Fix overlapping text when window is made too small
Some checks failed
Canary release job / Release for linux-arm64 (push) Failing after 1m1s
Canary release job / Release for linux-x64 (push) Failing after 1m1s
Canary release job / Create tag (push) Has been cancelled
Canary release job / Release for win-x64 (push) Has been cancelled
Canary release job / Release MacOS universal (push) Has been cancelled
Some checks failed
Canary release job / Release for linux-arm64 (push) Failing after 1m1s
Canary release job / Release for linux-x64 (push) Failing after 1m1s
Canary release job / Create tag (push) Has been cancelled
Canary release job / Release for win-x64 (push) Has been cancelled
Canary release job / Release MacOS universal (push) Has been cancelled
This commit is contained in:
parent
056f56bc70
commit
1ca4484148
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
xmlns:helper="clr-namespace:Ryujinx.Common.Helper;assembly=Ryujinx.Common"
|
||||
Width="1100"
|
||||
Height="910"
|
||||
MinWidth="800"
|
||||
MinWidth="1037"
|
||||
MinHeight="480"
|
||||
WindowStartupLocation="CenterOwner"
|
||||
x:DataType="viewModels:SettingsViewModel"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
xmlns:helper="clr-namespace:Ryujinx.Common.Helper;assembly=Ryujinx.Common"
|
||||
xmlns:controls="clr-namespace:Ryujinx.Ava.UI.Controls"
|
||||
Width="1100"
|
||||
MinWidth="800"
|
||||
MinWidth="844"
|
||||
MinHeight="480"
|
||||
Title="{ext:WindowTitle Settings}"
|
||||
WindowStartupLocation="CenterOwner"
|
||||
|
|
Loading…
Add table
Reference in a new issue