background: Avoid resizing the drawing area if controls are hidden
This commit is contained in:
parent
bad4e389ef
commit
81ae3f4466
1 changed files with 11 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue