From b898bc84ced7fe5b77e2018ce2ccb7389933b7cf Mon Sep 17 00:00:00 2001
From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com>
Date: Thu, 10 Jun 2021 05:15:41 -0600
Subject: [PATCH] Increase height of Settings Window (#2355)

---
 Ryujinx/Ui/Windows/SettingsWindow.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ryujinx/Ui/Windows/SettingsWindow.glade b/Ryujinx/Ui/Windows/SettingsWindow.glade
index daa9ecaaff..a50f202e2d 100644
--- a/Ryujinx/Ui/Windows/SettingsWindow.glade
+++ b/Ryujinx/Ui/Windows/SettingsWindow.glade
@@ -46,7 +46,7 @@
     <property name="modal">True</property>
     <property name="window-position">center</property>
     <property name="default-width">650</property>
-    <property name="default-height">550</property>
+    <property name="default-height">650</property>
     <child>
       <object class="GtkBox">
         <property name="visible">True</property>