mirror of
https://github.com/logos-storage/deluge.git
synced 2026-03-20 18:53:26 +00:00
Fix collapsed treeview in Create Torrent dialog
This commit is contained in:
parent
272d2005e0
commit
56f2283e3e
@ -72,6 +72,7 @@
|
||||
<property name="spacing">5</property>
|
||||
<child>
|
||||
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
||||
<property name="height_request">30</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||
@ -87,8 +88,8 @@
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user