mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 06:16:39 +00:00
Increase height of Settings Window (#2355)
This commit is contained in:
parent
afd68d4c6c
commit
b898bc84ce
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
<property name="modal">True</property>
|
<property name="modal">True</property>
|
||||||
<property name="window-position">center</property>
|
<property name="window-position">center</property>
|
||||||
<property name="default-width">650</property>
|
<property name="default-width">650</property>
|
||||||
<property name="default-height">550</property>
|
<property name="default-height">650</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
|
Loading…
Reference in a new issue