diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-04-29 11:48:52 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-04-29 12:19:53 -0400 |
commit | f3ba001a1de2c961494e191910dd5017f769bdf1 (patch) | |
tree | 849addb8b00d678d269a491443b3cf0db71ceb09 /tests/popover.ui | |
parent | 4f293c427c716374179410318b1c0812e20ffe45 (diff) | |
download | gtk+-f3ba001a1de2c961494e191910dd5017f769bdf1.tar.gz |
GtkMenuSectionBox: Always show separators for labeled sections
...unless they are empty.
Diffstat (limited to 'tests/popover.ui')
-rw-r--r-- | tests/popover.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/popover.ui b/tests/popover.ui index 74fa0bfadb..f9a843e444 100644 --- a/tests/popover.ui +++ b/tests/popover.ui @@ -1,7 +1,8 @@ <interface> <menu id="menu"> <section> - <attribute name="display-hint">horizontal-buttons</attribute> + <!--<attribute name="display-hint">horizontal-buttons</attribute>--> + <attribute name="label">Edit</attribute> <item> <attribute name="label">Cut</attribute> <attribute name="action">top.cut</attribute> |