summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2018-09-01 06:32:39 +0530
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-01 13:22:05 +0000
commit381aaa721512144c9f692bfa6e58268ee5556cff (patch)
treebe88f4f2665df75f962e22b7ac9261965d8ed067 /data
parent2f81c49989e4ae85a5b304f4c10ab5eb5143d0c1 (diff)
downloadgnome-todo-381aaa721512144c9f692bfa6e58268ee5556cff.tar.gz
window: Simplify setting App menu icon
Simply setting the direction to none shall set open-menu-symbolic as the icon for it.
Diffstat (limited to 'data')
-rw-r--r--data/ui/window.ui6
1 files changed, 1 insertions, 5 deletions
diff --git a/data/ui/window.ui b/data/ui/window.ui
index b7c4d73e..df4930ad 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -86,11 +86,7 @@
<child>
<object class="GtkMenuButton">
<property name="menu-model">app-menu</property>
- <child>
- <object class="GtkImage">
- <property name="icon-name">open-menu-symbolic</property>
- </object>
- </child>
+ <property name="direction">none</property>
</object>
<packing>
<property name="pack-type">end</property>