[gedit/wip/statusbar-buttons] Move "automatic indentation" at the top of the indentation popover



commit e371df8a6d4c9d5f478f77650e30aaedc37198fa
Author: Steve Frécinaux <code istique net>
Date:   Tue Feb 11 12:59:13 2014 +0100

    Move "automatic indentation" at the top of the indentation popover
    
    This is the least used option so it makes sense to put it farther from
    the mouse.

 gedit/gedit-menu.ui |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/gedit/gedit-menu.ui b/gedit/gedit-menu.ui
index 343a735..df2b31f 100644
--- a/gedit/gedit-menu.ui
+++ b/gedit/gedit-menu.ui
@@ -253,6 +253,12 @@
   <menu id="tab_width_menu">
     <section>
       <item>
+        <attribute name="label" translatable="yes">Automatic Indentation</attribute>
+        <attribute name="action">win.auto-indent</attribute>
+      </item>
+    </section>
+    <section>
+      <item>
         <attribute name="label">2</attribute>
         <attribute name="action">win.tab-width</attribute>
         <attribute name="target" type="u">2</attribute>
@@ -273,10 +279,6 @@
         <attribute name="label" translatable="yes">Use Spaces</attribute>
         <attribute name="action">win.use-spaces</attribute>
       </item>
-      <item>
-        <attribute name="label" translatable="yes">Automatic Indentation</attribute>
-        <attribute name="action">win.auto-indent</attribute>
-      </item>
     </section>
   </menu>
 </interface>


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