mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
dc8bba7918
ControlMath.C: cleanup order of symbols in math panel iconpalette.C: 6 cols since many symbols come in pairs Rrightarrow.xpm: was missing searrow.xpm: was north east swarrow.xpm: was north west git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16316 a592a061-630c-0410-9148-cb99ea01b6c8
30 lines
745 B
C
30 lines
745 B
C
/* XPM */
|
|
static char *Rrightarrow[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"25 21 2 1",
|
|
" c black",
|
|
". c None",
|
|
/* pixels */
|
|
"............... .........",
|
|
"............... .........",
|
|
"................ ........",
|
|
"................. .......",
|
|
" ......",
|
|
".................. .....",
|
|
"................... ....",
|
|
".................... ...",
|
|
"..................... ..",
|
|
"...................... .",
|
|
" ",
|
|
"...................... .",
|
|
"..................... ..",
|
|
".................... ...",
|
|
"................... ....",
|
|
".................. .....",
|
|
" ......",
|
|
"................. .......",
|
|
"................ ........",
|
|
"............... .........",
|
|
"............... ........."
|
|
};
|