[GTK] Increase connection mgr default height
Could not see more than one host when connection manager opens so need to scroll or resize window Increased default height to now show three hosts when first opens Closes: https://dev.deluge-torrent.org/ticket/3431
This commit is contained in:
parent
191549074c
commit
f754882498
|
@ -30,7 +30,7 @@
|
|||
<property name="modal">True</property>
|
||||
<property name="window_position">center-on-parent</property>
|
||||
<property name="default_width">300</property>
|
||||
<property name="default_height">250</property>
|
||||
<property name="default_height">285</property>
|
||||
<property name="destroy_with_parent">True</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child>
|
||||
|
|
Loading…
Reference in New Issue