[nautilus/wip/neilh/toolbar-reorg: 3/16] toolbar-view-menu: move the undo/redo items to higher up in the menu
- From: Neil Herald <neilh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/neilh/toolbar-reorg: 3/16] toolbar-view-menu: move the undo/redo items to higher up in the menu
- Date: Wed, 22 Jun 2016 23:04:13 +0000 (UTC)
commit 1f4f09f5a4c55f214a29dec5bad16c1043a643ef
Author: Neil Herald <neil herald gmail com>
Date: Sun May 1 08:12:04 2016 +0100
toolbar-view-menu: move the undo/redo items to higher up in the menu
Moved them to above the sort options, as part of the toolbar menu
redesign.
https://bugzilla.gnome.org/show_bug.cgi?id=764632
src/resources/ui/nautilus-toolbar-view-menu.ui | 48 ++++++++++++------------
1 files changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/src/resources/ui/nautilus-toolbar-view-menu.ui b/src/resources/ui/nautilus-toolbar-view-menu.ui
index b7b0763..f8d9a13 100644
--- a/src/resources/ui/nautilus-toolbar-view-menu.ui
+++ b/src/resources/ui/nautilus-toolbar-view-menu.ui
@@ -30,6 +30,30 @@
</packing>
</child>
<child>
+ <object class="GtkSeparator">
+ <property name="visible">True</property>
+ <property name="orientation">horizontal</property>
+ <property name="margin-top">6</property>
+ <property name="margin-bottom">6</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkModelButton" id="undo">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="text" translatable="yes">_Undo</property>
+ <property name="action-name">win.undo</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkModelButton" id="redo">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="text" translatable="yes">_Redo</property>
+ <property name="action-name">win.redo</property>
+ </object>
+ </child>
+ <child>
<object class="GtkBox" id="sort_menu">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -199,30 +223,6 @@
</object>
</child>
<child>
- <object class="GtkModelButton" id="undo">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="text" translatable="yes">_Undo</property>
- <property name="action-name">win.undo</property>
- </object>
- </child>
- <child>
- <object class="GtkModelButton" id="redo">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="text" translatable="yes">_Redo</property>
- <property name="action-name">win.redo</property>
- </object>
- </child>
- <child>
- <object class="GtkSeparator">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
- <property name="margin-top">6</property>
- <property name="margin-bottom">6</property>
- </object>
- </child>
- <child>
<object class="GtkModelButton" id="select-all">
<property name="visible">True</property>
<property name="can_focus">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]