Use combined toolbar icons for depth-(in|de)crement and outline-(in|out)

The Tab binding already combines those (and more).
This commit is contained in:
Jean-Marc Lasgouttes 2020-05-12 19:53:47 +02:00
parent 12a9753fb5
commit b08791f731
8 changed files with 8 additions and 2 deletions

View File

@ -566,6 +566,8 @@ dist_images_DATA1X = \
images/changes-track.svgz \ images/changes-track.svgz \
images/closetab.svgz \ images/closetab.svgz \
images/tab-group-close.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/copy.svgz \
images/cut.svgz \ images/cut.svgz \
images/depth-decrement.svgz \ images/depth-decrement.svgz \
@ -1854,6 +1856,8 @@ dist_imagesoxygen_DATA1X = \
images/oxygen/changes-output.svgz \ images/oxygen/changes-output.svgz \
images/oxygen/changes-track.svgz \ images/oxygen/changes-track.svgz \
images/oxygen/closetab.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/copy.svgz \
images/oxygen/cut.svgz \ images/oxygen/cut.svgz \
images/oxygen/depth-decrement.svgz \ images/oxygen/depth-decrement.svgz \
@ -2061,6 +2065,8 @@ dist_imagesclassic_DATA = \
images/classic/changes-output.png \ images/classic/changes-output.png \
images/classic/changes-track.png \ images/classic/changes-track.png \
images/classic/tab-group-close.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/copy.png \
images/classic/cut.png \ images/classic/cut.png \
images/classic/depth-decrement.png \ images/classic/depth-decrement.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

View File

@ -124,8 +124,8 @@ ToolbarSet
BidiItem "Labeled List" "layout-toggle Labeling" BidiItem "Labeled List" "layout-toggle Labeling"
BidiItem "Description" "layout-toggle Description" BidiItem "Description" "layout-toggle Description"
BidiItem "Section" "layout-toggle Section" BidiItem "Section" "layout-toggle Section"
BidiItem "Increase depth" "depth-increment" BidiItem "Increase depth" "command-alternatives outline-in;depth-increment"
BidiItem "Decrease depth" "depth-decrement" BidiItem "Decrease depth" "command-alternatives outline-out;depth-decrement"
Separator Separator
Item "Insert figure float" "float-insert figure" Item "Insert figure float" "float-insert figure"
Item "Insert table float" "float-insert table" Item "Insert table float" "float-insert table"