aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2023-02-08 19:24:16 -0500
committerfiaxh <fiaxh@users.noreply.github.com>2023-02-09 11:36:33 +0100
commit430a8df4f6722bb78f2babbdb2c82dcd9c840175 (patch)
treed7d26e836f3612d231b05feddc814ac83da72bcd /main
parent5eab892a2412260e9eb4dec3f661ea2f8bd9171f (diff)
downloaddino-430a8df4f6722bb78f2babbdb2c82dcd9c840175.tar.gz
dino-430a8df4f6722bb78f2babbdb2c82dcd9c840175.zip
menu_app: Move preferences to last group
Per https://developer.gnome.org/hig/patterns/controls/menus.html#standard-primary-menu-items, preferences should be at the top of the last group in the menu.
Diffstat (limited to 'main')
-rw-r--r--main/data/menu_app.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/data/menu_app.ui b/main/data/menu_app.ui
index 36cc31ad..f269e219 100644
--- a/main/data/menu_app.ui
+++ b/main/data/menu_app.ui
@@ -6,12 +6,12 @@
<attribute name="action">app.accounts</attribute>
<attribute name="label" translatable="yes">Accounts</attribute>
</item>
+ </section>
+ <section>
<item>
<attribute name="action">app.settings</attribute>
<attribute name="label" translatable="yes">Preferences</attribute>
</item>
- </section>
- <section>
<item>
<attribute name="action">app.open_shortcuts</attribute>
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>