From 624021ee5b9c5f11aa30cdd9f6b990a648e99469 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Tue, 25 Feb 2025 22:51:26 -0600 Subject: [PATCH] UI: Increase default size for setting windows to include autoload setting & the bottom of the input settings --- src/Ryujinx/UI/Windows/SettingsWindow.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/UI/Windows/SettingsWindow.axaml b/src/Ryujinx/UI/Windows/SettingsWindow.axaml index abd811160..3ffa52b47 100644 --- a/src/Ryujinx/UI/Windows/SettingsWindow.axaml +++ b/src/Ryujinx/UI/Windows/SettingsWindow.axaml @@ -11,7 +11,7 @@ xmlns:settings="clr-namespace:Ryujinx.Ava.UI.Views.Settings" xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers" Width="1100" - Height="768" + Height="918" MinWidth="800" MinHeight="480" WindowStartupLocation="CenterOwner"