gtk-demo: Fix menubutton usage in listbox demo

Menu buttons are no longer buttons, so they
can't have children, and don't have a relief
property.
This commit is contained in:
Matthias Clasen 2019-05-21 00:03:25 +00:00
parent 5327799046
commit fc2dc82b70

View File

@ -171,13 +171,8 @@
<object class="GtkMenuButton" id="more-button">
<property name="can-focus">1</property>
<property name="receives-default">1</property>
<property name="relief">none</property>
<property name="popup">menu1</property>
<child>
<object class="GtkLabel" id="label7">
<property name="label" translatable="yes">More...</property>
</object>
</child>
<property name="label" translatable="yes">More...</property>
</object>
</child>
</object>