mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
stdtoolbars.inc: add icons for \xleftarrow.png
LyX supports \xleftarrow since years but an icon in the toolbar was missing
This commit is contained in:
parent
f52eb9d823
commit
a780443338
@ -1371,6 +1371,8 @@ dist_imagesmath_DATA = \
|
||||
images/math/xcancel.png \
|
||||
images/math/xi.png \
|
||||
images/math/xi2.png \
|
||||
images/math/xleftarrow.png \
|
||||
images/math/xrightarrow.png \
|
||||
images/math/Ydown.png \
|
||||
images/math/yen.png \
|
||||
images/math/Yleft.png \
|
||||
|
BIN
lib/images/math/xleftarrow.png
Normal file
BIN
lib/images/math/xleftarrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 950 B |
BIN
lib/images/math/xrightarrow.png
Normal file
BIN
lib/images/math/xrightarrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 948 B |
@ -948,6 +948,8 @@ ToolbarSet
|
||||
Item "Longmapsto" "math-insert \Longmapsto"
|
||||
Item "longmapsfrom" "math-insert \longmapsfrom"
|
||||
Item "Longmapsfrom" "math-insert \Longmapsfrom"
|
||||
Item "xleftarrow" "math-insert \xleftarrow"
|
||||
Item "xrightarrow" "math-insert \xrightarrow"
|
||||
# Item "mapstochar" "math-insert \mapstochar"
|
||||
# Item "Mapstochar" "math-insert \Mapstochar"
|
||||
# Item "mapsfromchar" "math-insert \mapsfromchar"
|
||||
|
Loading…
Reference in New Issue
Block a user