forked from AuroraMiddleware/gtk
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:
parent
5327799046
commit
fc2dc82b70
@ -171,17 +171,12 @@
|
||||
<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>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<layout>
|
||||
<property name="left-attach">1</property>
|
||||
<property name="top-attach">3</property>
|
||||
|
Loading…
Reference in New Issue
Block a user