[gnome-builder] menus: set some menu ordering and icons



commit 3a601ddaeb59e51f58d0fb0ceee96e44323c349d
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 10 17:35:37 2017 -0700

    menus: set some menu ordering and icons

 data/gtk/menus.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/gtk/menus.ui b/data/gtk/menus.ui
index 2c4dff2..46c0206 100644
--- a/data/gtk/menus.ui
+++ b/data/gtk/menus.ui
@@ -295,6 +295,7 @@
       <item>
         <attribute name="label" translatable="yes">Split</attribute>
         <attribute name="action">layoutstack.split-view</attribute>
+        <attribute name="verb-icon-name">builder-split-tab-symbolic</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">Print…</attribute>
@@ -302,11 +303,13 @@
       </item>
     </section>
     <section id="editor-document-preferences-section">
+      <attribute name="after">editor-document-section</attribute>
       <item>
         <attribute name="label" translatable="yes">Document Preferences</attribute>
       </item>
     </section>
     <section id="editor-document-save-section">
+      <attribute name="after">editor-document-preferences-section</attribute>
       <item>
         <attribute name="action">editor-view.save</attribute>
         <attribute name="label" translatable="yes">_Save</attribute>
@@ -317,6 +320,7 @@
       </item>
     </section>
     <section id="editor-document-close-section">
+      <attribute name="after">editor-document-save-section</attribute>
       <item>
         <attribute name="action">layoutstack.close-view</attribute>
         <attribute name="label" translatable="yes">Close</attribute>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]