diff options
author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2021-06-10 05:15:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 13:15:41 +0200 |
commit | b898bc84ced7fe5b77e2018ce2ccb7389933b7cf (patch) | |
tree | 3e4a22c246b065313217668130e85d256a10a337 | |
parent | afd68d4c6cb0e08a02cbd29f45083a4b620f1f4c (diff) |
Increase height of Settings Window (#2355)
-rw-r--r-- | Ryujinx/Ui/Windows/SettingsWindow.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Ui/Windows/SettingsWindow.glade b/Ryujinx/Ui/Windows/SettingsWindow.glade index daa9ecaa..a50f202e 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> |