]> git.lyx.org Git - lyx.git/commitdiff
Use combined toolbar icons for depth-(in|de)crement and outline-(in|out)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 May 2020 17:53:47 +0000 (19:53 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 5 Jun 2020 23:44:06 +0000 (01:44 +0200)
The Tab binding already combines those (and more).

lib/Makefile.am
lib/images/classic/command-alternatives_outline-in_depth-increment.png [new file with mode: 0644]
lib/images/classic/command-alternatives_outline-out_depth-decrement.png [new file with mode: 0644]
lib/images/command-alternatives_outline-in_depth-increment.svgz [new file with mode: 0644]
lib/images/command-alternatives_outline-out_depth-decrement.svgz [new file with mode: 0644]
lib/images/oxygen/command-alternatives_outline-in_depth-increment.svgz [new file with mode: 0644]
lib/images/oxygen/command-alternatives_outline-out_depth-decrement.svgz [new file with mode: 0644]
lib/ui/stdtoolbars.inc

index 32a739a104edcf850695e461bcd7510870091fc1..6136bc3b08764b521fe7e1a811db0568321c6b3d 100644 (file)
@@ -566,6 +566,8 @@ dist_images_DATA1X = \
        images/changes-track.svgz \
        images/closetab.svgz \
        images/tab-group-close.svgz \
+       images/command-alternatives_outline-in_depth-increment.svgz \
+       images/command-alternatives_outline-out_depth-decrement.svgz \
        images/copy.svgz \
        images/cut.svgz \
        images/depth-decrement.svgz \
@@ -1854,6 +1856,8 @@ dist_imagesoxygen_DATA1X = \
        images/oxygen/changes-output.svgz \
        images/oxygen/changes-track.svgz \
        images/oxygen/closetab.svgz \
+       images/oxygen/command-alternatives_outline-in_depth-increment.svgz \
+       images/oxygen/command-alternatives_outline-out_depth-decrement.svgz \
        images/oxygen/copy.svgz \
        images/oxygen/cut.svgz \
        images/oxygen/depth-decrement.svgz \
@@ -2061,6 +2065,8 @@ dist_imagesclassic_DATA = \
        images/classic/changes-output.png  \
        images/classic/changes-track.png  \
        images/classic/tab-group-close.png  \
+       images/classic/command-alternatives_outline-in_depth-increment.png \
+       images/classic/command-alternatives_outline-out_depth-decrement.png \
        images/classic/copy.png  \
        images/classic/cut.png  \
        images/classic/depth-decrement.png  \
diff --git a/lib/images/classic/command-alternatives_outline-in_depth-increment.png b/lib/images/classic/command-alternatives_outline-in_depth-increment.png
new file mode 100644 (file)
index 0000000..07afff7
Binary files /dev/null and b/lib/images/classic/command-alternatives_outline-in_depth-increment.png differ
diff --git a/lib/images/classic/command-alternatives_outline-out_depth-decrement.png b/lib/images/classic/command-alternatives_outline-out_depth-decrement.png
new file mode 100644 (file)
index 0000000..deddc47
Binary files /dev/null and b/lib/images/classic/command-alternatives_outline-out_depth-decrement.png differ
diff --git a/lib/images/command-alternatives_outline-in_depth-increment.svgz b/lib/images/command-alternatives_outline-in_depth-increment.svgz
new file mode 100644 (file)
index 0000000..088996d
Binary files /dev/null and b/lib/images/command-alternatives_outline-in_depth-increment.svgz differ
diff --git a/lib/images/command-alternatives_outline-out_depth-decrement.svgz b/lib/images/command-alternatives_outline-out_depth-decrement.svgz
new file mode 100644 (file)
index 0000000..45bee9d
Binary files /dev/null and b/lib/images/command-alternatives_outline-out_depth-decrement.svgz differ
diff --git a/lib/images/oxygen/command-alternatives_outline-in_depth-increment.svgz b/lib/images/oxygen/command-alternatives_outline-in_depth-increment.svgz
new file mode 100644 (file)
index 0000000..3cf9dfd
Binary files /dev/null and b/lib/images/oxygen/command-alternatives_outline-in_depth-increment.svgz differ
diff --git a/lib/images/oxygen/command-alternatives_outline-out_depth-decrement.svgz b/lib/images/oxygen/command-alternatives_outline-out_depth-decrement.svgz
new file mode 100644 (file)
index 0000000..fe32886
Binary files /dev/null and b/lib/images/oxygen/command-alternatives_outline-out_depth-decrement.svgz differ
index 481aa86bb0a6e57e3a08d9b4bb8d03133d1808c8..ce773f3809959069f51ec054e24c8f0c51fcc280 100644 (file)
@@ -124,8 +124,8 @@ ToolbarSet
                BidiItem "Labeled List" "layout-toggle Labeling"
                BidiItem "Description" "layout-toggle Description"
                BidiItem "Section" "layout-toggle Section"
-               BidiItem "Increase depth" "depth-increment"
-               BidiItem "Decrease depth" "depth-decrement"
+               BidiItem "Increase depth" "command-alternatives outline-in;depth-increment"
+               BidiItem "Decrease depth" "command-alternatives outline-out;depth-decrement"
                Separator
                Item "Insert figure float" "float-insert figure"
                Item "Insert table float" "float-insert table"