Fix collapsed treeview in Create Torrent dialog

This commit is contained in:
Calum Lind 2012-03-04 19:34:27 +00:00
parent 74181469bc
commit 713f7eff7a
1 changed files with 3 additions and 2 deletions

View File

@ -81,6 +81,7 @@
<property name="spacing">5</property>
<child>
<object 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">automatic</property>
@ -95,8 +96,8 @@
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>