diff options
author | Neil Herald <neil.herald@gmail.com> | 2016-05-01 08:12:04 +0100 |
---|---|---|
committer | Neil Herald <neil.herald@gmail.com> | 2016-06-22 23:38:22 +0100 |
commit | 1f4f09f5a4c55f214a29dec5bad16c1043a643ef (patch) | |
tree | e19153ba090c3708e6731f8ad4fab760b13f9fa6 /src/resources/ui/nautilus-toolbar-view-menu.ui | |
parent | bdcdbe67ff051d797edc7a40f3486d0abc7a9be2 (diff) | |
download | nautilus-1f4f09f5a4c55f214a29dec5bad16c1043a643ef.tar.gz |
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
Diffstat (limited to 'src/resources/ui/nautilus-toolbar-view-menu.ui')
-rw-r--r-- | 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 b7b076325..f8d9a130c 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> |