about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-11 07:47:39 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-11 07:47:39 +0300
commit43ec33f4abe663917c08e81b67f0decb7153481e (patch)
tree53bc8ca8c8426830f829857ffc69bcbd95a81f14 /src
parent30e8bef636fd1caf9fe2f136f929207b8cc2add1 (diff)
downloadFurtherance-43ec33f4abe663917c08e81b67f0decb7153481e.tar.zst
Menu organization
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gtk/window.ui14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui
index 20ac46e..6ff205f 100755
--- a/src/gtk/window.ui
+++ b/src/gtk/window.ui
@@ -90,20 +90,22 @@
   <menu id="primary_menu">
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Preferences</attribute>
-        <attribute name="action">app.preferences</attribute>
-      </item>
-      <item>
         <attribute name="label" translatable="yes">_Generate Report</attribute>
         <attribute name="action">app.report</attribute>
       </item>
       <item>
+        <attribute name="label" translatable="yes">_Export as CSV</attribute>
+        <attribute name="action">app.export-csv</attribute>
+      </item>
+      <item>
         <attribute name="label" translatable="yes">_Delete history</attribute>
         <attribute name="action">app.delete-history</attribute>
       </item>
+    </section>
+    <section>
       <item>
-        <attribute name="label" translatable="yes">_Export as CSV</attribute>
-        <attribute name="action">app.export-csv</attribute>
+        <attribute name="label" translatable="yes">_Preferences</attribute>
+        <attribute name="action">app.preferences</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">_About Furtherance</attribute>