up/down xpm's from Alfredo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5844 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-12-17 19:59:47 +00:00
parent 61a9ea079b
commit 803bb33976
2 changed files with 20 additions and 0 deletions

10
lib/images/down.xpm Normal file
View File

@ -0,0 +1,10 @@
/* XPM */
static char const * down_xpm[] = {
"9 5 2 1",
" c None",
". c #000000",
".........",
" ....... ",
" ..... ",
" ... ",
" . "};

10
lib/images/up.xpm Normal file
View File

@ -0,0 +1,10 @@
/* XPM */
static char const * up_xpm[] = {
"9 5 2 1",
" c None",
". c #000000",
" . ",
" ... ",
" ..... ",
" ....... ",
"........."};