lyx_mirror/lib/images/math/vert.xpm
Jürgen Spitzmüller 1ac3b26241 * fix symbol in the math panel (part of bug 4720):
- Vert.xpm: rename to vert.xpm (what it actually is)
	- Vert.xpm: add correct symbol

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24170 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-08 11:34:41 +00:00

29 lines
276 B
C

/* XPM */
static char *vert[] = {
/* columns rows colors chars-per-pixel */
"3 19 3 1",
" c black",
". c gray100",
"X c None",
/* pixels */
"XXX",
"XXX",
"XXX",
"XXX",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X",
"X X"
};