From c28fc0de7a153745198e9c6fad2e83b19cc73bb4 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Fri, 19 Jul 2019 20:48:54 +0200 Subject: icons: do not re-use 'layer-rename' for "Move selection to layer" --- .../actions/selection-move-to-layer-above.svg | 75 +++++----------------- .../actions/selection-move-to-layer-below.svg | 75 ++++++---------------- .../scalable/actions/selection-move-to-layer.svg | 21 ++++++ .../actions/selection-move-to-layer-symbolic.svg | 27 ++++++++ src/verbs.cpp | 2 +- 5 files changed, 84 insertions(+), 116 deletions(-) create mode 100644 share/icons/hicolor/scalable/actions/selection-move-to-layer.svg create mode 100644 share/icons/hicolor/symbolic/actions/selection-move-to-layer-symbolic.svg diff --git a/share/icons/hicolor/scalable/actions/selection-move-to-layer-above.svg b/share/icons/hicolor/scalable/actions/selection-move-to-layer-above.svg index 333d36c34..47f5786b1 100644 --- a/share/icons/hicolor/scalable/actions/selection-move-to-layer-above.svg +++ b/share/icons/hicolor/scalable/actions/selection-move-to-layer-above.svg @@ -1,59 +1,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/share/icons/hicolor/scalable/actions/selection-move-to-layer-below.svg b/share/icons/hicolor/scalable/actions/selection-move-to-layer-below.svg index d37b3dc3e..0a1e37927 100644 --- a/share/icons/hicolor/scalable/actions/selection-move-to-layer-below.svg +++ b/share/icons/hicolor/scalable/actions/selection-move-to-layer-below.svg @@ -1,59 +1,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + diff --git a/share/icons/hicolor/scalable/actions/selection-move-to-layer.svg b/share/icons/hicolor/scalable/actions/selection-move-to-layer.svg new file mode 100644 index 000000000..8f9e73946 --- /dev/null +++ b/share/icons/hicolor/scalable/actions/selection-move-to-layer.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/share/icons/hicolor/symbolic/actions/selection-move-to-layer-symbolic.svg b/share/icons/hicolor/symbolic/actions/selection-move-to-layer-symbolic.svg new file mode 100644 index 000000000..44f14abf8 --- /dev/null +++ b/share/icons/hicolor/symbolic/actions/selection-move-to-layer-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/verbs.cpp b/src/verbs.cpp index faa34b387..7a9f32a0e 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2800,7 +2800,7 @@ Verb *Verb::_base_verbs[] = { new LayerVerb(SP_VERB_LAYER_MOVE_TO_PREV, "LayerMoveToPrev", N_("Move Selection to Layer Bel_ow"), N_("Move selection to the layer below the current"), INKSCAPE_ICON("selection-move-to-layer-below")), new LayerVerb(SP_VERB_LAYER_MOVE_TO, "LayerMoveTo", N_("Move Selection to Layer..."), N_("Move selection to layer"), - INKSCAPE_ICON("layer-rename")), + INKSCAPE_ICON("selection-move-to-layer")), new LayerVerb(SP_VERB_LAYER_TO_TOP, "LayerToTop", N_("Layer to _Top"), N_("Raise the current layer to the top"), INKSCAPE_ICON("layer-top")), new LayerVerb(SP_VERB_LAYER_TO_BOTTOM, "LayerToBottom", N_("Layer to _Bottom"), -- cgit v1.2.3