mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
630fe09637
- adds a "toggle math toolbar" and "toggle table toolbar" buttons to the main toolbar (i also moved "toggle toc" there) - adds a "toggle math panels" button to the math toolbar - reshuffles the Big Operators panel to avoid confusion with the sum icon on the math toolbar - adds some icons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18478 a592a061-630c-0410-9148-cb99ea01b6c8
30 lines
671 B
C
30 lines
671 B
C
/* XPM */
|
|
static char * toolbar-toggle_math_panels_xpm[] = {
|
|
"20 20 6 1",
|
|
"X c None",
|
|
". c #777777",
|
|
"+ c #C9C9C9",
|
|
"@ c #919191",
|
|
"# c #606060",
|
|
" c #24238E",
|
|
".................+@X",
|
|
"..+++++++++++++++@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
".+XXXX XXXX@@#",
|
|
".+XXX XX X XXXXXX@@#",
|
|
".+XXXXXX X XXXXXX@@#",
|
|
".+XXXXXX X XXXXXX@@#",
|
|
".+XXXXX XX XXXXXX@@#",
|
|
".+XXXXX XXX XXXXX@@#",
|
|
".+XXXXX XXX XXXXX@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
".+XXXXXXXXXXXXXXX@@#",
|
|
"+@@@@@@@@@@@@@@@@@@#",
|
|
"@@@@@@@@@@@@@@@@@@##",
|
|
"X###################",
|
|
"XXXXXXXXXXXXXXXXXXXX"};
|