mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
61a9ea079b
commit
803bb33976
10
lib/images/down.xpm
Normal file
10
lib/images/down.xpm
Normal 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
10
lib/images/up.xpm
Normal file
@ -0,0 +1,10 @@
|
||||
/* XPM */
|
||||
static char const * up_xpm[] = {
|
||||
"9 5 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
" . ",
|
||||
" ... ",
|
||||
" ..... ",
|
||||
" ....... ",
|
||||
"........."};
|
Loading…
Reference in New Issue
Block a user