diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-07-15 21:29:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-07-15 21:31:13 -0400 |
commit | db189a892bf296ddb7f673196f21e1ad88b2911f (patch) | |
tree | 5af1ae681849ea8b8c54cd7ce5314146c7a690d4 /examples | |
parent | e3d725ed8c72db5e1b2edb1d6bc4ffa8945c4a22 (diff) | |
download | gtk+-db189a892bf296ddb7f673196f21e1ad88b2911f.tar.gz |
Update examples for new open-menu icon
Diffstat (limited to 'examples')
-rw-r--r-- | examples/application10/window.ui | 8 | ||||
-rw-r--r-- | examples/application8/window.ui | 8 | ||||
-rw-r--r-- | examples/application9/window.ui | 8 |
3 files changed, 3 insertions, 21 deletions
diff --git a/examples/application10/window.ui b/examples/application10/window.ui index ad007e1297..d5512fd1e4 100644 --- a/examples/application10/window.ui +++ b/examples/application10/window.ui @@ -55,17 +55,11 @@ <child> <object class="GtkMenuButton" id="gears"> <property name="visible">True</property> + <property name="direction">none</property> <property name="use-popover">True</property> <style> <class name="image-button"/> </style> - <child> - <object class="GtkImage" id="gears-icon"> - <property name="visible">True</property> - <property name="icon-name">view-context-menu-symbolic</property> - <property name="icon-size">1</property> - </object> - </child> </object> <packing> <property name="pack-type">end</property> diff --git a/examples/application8/window.ui b/examples/application8/window.ui index b332dac06a..ab39883a41 100644 --- a/examples/application8/window.ui +++ b/examples/application8/window.ui @@ -41,17 +41,11 @@ <child> <object class="GtkMenuButton" id="gears"> <property name="visible">True</property> + <property name="direction">none</property> <property name="use-popover">True</property> <style> <class name="image-button"/> </style> - <child> - <object class="GtkImage" id="gears-icon"> - <property name="visible">True</property> - <property name="icon-name">view-context-menu-symbolic</property> - <property name="icon-size">1</property> - </object> - </child> </object> <packing> <property name="pack-type">end</property> diff --git a/examples/application9/window.ui b/examples/application9/window.ui index 60cfac82ec..b5f40fbb14 100644 --- a/examples/application9/window.ui +++ b/examples/application9/window.ui @@ -58,17 +58,11 @@ <child> <object class="GtkMenuButton" id="gears"> <property name="visible">True</property> + <property name="direction">none</property> <property name="use-popover">True</property> <style> <class name="image-button"/> </style> - <child> - <object class="GtkImage" id="gears-icon"> - <property name="visible">True</property> - <property name="icon-name">view-context-menu-symbolic</property> - <property name="icon-size">1</property> - </object> - </child> </object> <packing> <property name="pack-type">end</property> |