Make toolbar icons like Itemize toggle

Copy the old layout_* icons to layout-toggle_*

Fixes bug 9864.
This commit is contained in:
Jean-Marc Lasgouttes 2018-07-04 12:11:24 +02:00
parent dfd6afb740
commit 2c9e019a62
23 changed files with 25 additions and 4 deletions

View File

@ -500,6 +500,13 @@ dist_images_DATA1X = \
images/layout_LyX-Code.svgz \
images/layout_Chunk.svgz \
images/layout_Section.svgz \
images/layout-toggle_Description.svgz \
images/layout-toggle_Enumerate.svgz \
images/layout-toggle_Itemize.svgz \
images/layout-toggle_List.svgz \
images/layout-toggle_LyX-Code.svgz \
images/layout-toggle_Chunk.svgz \
images/layout-toggle_Section.svgz \
images/lyx-quit.svgz \
images/marginalnote-insert.svgz \
images/master-buffer-update.svgz \
@ -1777,6 +1784,13 @@ dist_imagesoxygen_DATA1X = \
images/oxygen/layout_List.svgz \
images/oxygen/layout_LyX-Code.svgz \
images/oxygen/layout_Section.svgz \
images/oxygen/layout-toggle_Chunk.svgz \
images/oxygen/layout-toggle_Description.svgz \
images/oxygen/layout-toggle_Enumerate.svgz \
images/oxygen/layout-toggle_Itemize.svgz \
images/oxygen/layout-toggle_List.svgz \
images/oxygen/layout-toggle_LyX-Code.svgz \
images/oxygen/layout-toggle_Section.svgz \
images/oxygen/lyx-quit.svgz \
images/oxygen/marginalnote-insert.svgz \
images/oxygen/master-buffer-update.svgz \
@ -1975,6 +1989,13 @@ dist_imagesclassic_DATA = \
images/classic/layout_LyX-Code.png \
images/classic/layout_Chunk.png \
images/classic/layout_Section.png \
images/classic/layout-toggle_Description.png \
images/classic/layout-toggle_Enumerate.png \
images/classic/layout-toggle_Itemize.png \
images/classic/layout-toggle_List.png \
images/classic/layout-toggle_LyX-Code.png \
images/classic/layout-toggle_Chunk.png \
images/classic/layout-toggle_Section.png \
images/classic/marginalnote-insert.png \
images/classic/master-buffer-update.png \
images/classic/master-buffer-view.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -114,10 +114,10 @@ ToolbarSet
Toolbar "extra" "Extra"
Item "Default" "layout"
Item "Numbered list" "layout Enumerate"
Item "Itemized list" "layout Itemize"
Item "List" "layout List"
Item "Description" "layout Description"
Item "Numbered list" "layout-toggle Enumerate"
Item "Itemized list" "layout-toggle Itemize"
Item "List" "layout-toggle List"
Item "Description" "layout-toggle Description"
Item "Increase depth" "depth-increment"
Item "Decrease depth" "depth-decrement"
Separator