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
31 lines
662 B
C
31 lines
662 B
C
/* XPM */
|
|
static char *show-dialog-new-inset_tabular[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"20 20 4 1",
|
|
" c #000000",
|
|
". c #ffffff",
|
|
"D c Red",
|
|
"X c None",
|
|
/* pixels */
|
|
"XXXXXXXXXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXXXXXXXXX",
|
|
"XX XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX XXX",
|
|
"XX .... .... ....XXX",
|
|
"XX .... .... ....XXX",
|
|
"XXXXXXXXXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXXX X",
|
|
"XXXXXXXXXXXXXXX XX",
|
|
"XXXXXXXXXXXXXXXX XXX"
|
|
};
|