[gedit/wip/statusbar-buttons] Move "automatic indentation" at the top of the indentation popover
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/statusbar-buttons] Move "automatic indentation" at the top of the indentation popover
- Date: Tue, 11 Feb 2014 12:00:13 +0000 (UTC)
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]