mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* 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
This commit is contained in:
parent
20f3689198
commit
1ac3b26241
@ -2156,6 +2156,7 @@ lib_images_math_files = Split('''
|
||||
vec.xpm
|
||||
vee.xpm
|
||||
veebar.xpm
|
||||
vert.xpm
|
||||
vphantom.xpm
|
||||
wedge.xpm
|
||||
widehat.xpm
|
||||
|
@ -851,6 +851,7 @@ dist_imagesmath_DATA = \
|
||||
images/math/vec.xpm \
|
||||
images/math/vee.xpm \
|
||||
images/math/veebar.xpm \
|
||||
images/math/vert.xpm \
|
||||
images/math/vphantom.xpm \
|
||||
images/math/wedge.xpm \
|
||||
images/math/widehat.xpm \
|
||||
|
@ -1,28 +1,28 @@
|
||||
/* XPM */
|
||||
static char *vert[] = {
|
||||
static char *parallel[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"3 19 3 1",
|
||||
"5 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"
|
||||
"XXXXX",
|
||||
"XXXXX",
|
||||
"XXXXX",
|
||||
"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",
|
||||
"X X X",
|
||||
"X X X",
|
||||
"X X X",
|
||||
"X X X",
|
||||
"X X X",
|
||||
"X X X"
|
||||
};
|
||||
|
28
lib/images/math/vert.xpm
Normal file
28
lib/images/math/vert.xpm
Normal file
@ -0,0 +1,28 @@
|
||||
/* 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"
|
||||
};
|
@ -133,6 +133,8 @@ What's new
|
||||
- Use *.* to select all files in the file selection dialog on Windows.
|
||||
Using shortcuts for navigation is now possible.
|
||||
|
||||
- Fix \Vert symbol in the math panel (part of bug 4720).
|
||||
|
||||
|
||||
* DOCUMENTATION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user