gtk-demo: Fix builder example

This example is still using a GtkVBox, and it happened to be broken
by gtk-builder-tool simplify.
This commit is contained in:
Matthias Clasen 2015-09-14 09:35:01 -04:00
parent f9c37cb887
commit 75057db990

View File

@ -157,6 +157,9 @@
</object>
</child>
</object>
<packing>
<property name="expand">0</property>
</packing>
</child>
<child>
<object class="GtkToolbar" id="toolbar1">
@ -222,6 +225,7 @@
</child>
</object>
<packing>
<property name="expand">0</property>
<property name="position">1</property>
</packing>
</child>
@ -289,6 +293,7 @@
</object>
<packing>
<property name="position">3</property>
<property name="expand">0</property>
</packing>
</child>
</object>