background: Avoid resizing the drawing area if controls are hidden

This commit is contained in:
Matthias Clasen 2011-02-14 09:31:38 -05:00
parent bad4e389ef
commit 81ae3f4466

View file

@ -191,6 +191,16 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="strut">
<property name="visible">True</property>
<property name="label" translatable="no"> </property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="position">0</property>
@ -271,6 +281,7 @@
<widget name="sources-combobox"/>
<widget name="heading-hbox"/>
<widget name="slide-label"/>
<widget name="strut"/>
</widgets>
</object>
<object class="GtkListStore" id="style-liststore">