details: Fix pinning list size

This commit is contained in:
Cole Robinson 2011-01-13 13:37:00 -05:00
parent 338808c49f
commit b5e0e997ae

View File

@ -2519,6 +2519,7 @@ I/O:</property>
</child> </child>
<child> <child>
<widget class="GtkScrolledWindow" id="scrolledwindow1"> <widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="height_request">100</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property> <property name="hscrollbar_policy">automatic</property>
@ -2556,7 +2557,6 @@ I/O:</property>
</child> </child>
</widget> </widget>
<packing> <packing>
<property name="expand">False</property>
<property name="position">3</property> <property name="position">3</property>
</packing> </packing>
</child> </child>