add Description,List icons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6754 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-09 23:08:32 +00:00
parent 9545e14e59
commit 6743bca1e2
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,25 @@
/* XPM */
static char * layout_Description_xpm[] = {
"20 20 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" .... ............. ",
" .... ",
" ",
" ............. ",
" ",
" ",
" .... ............. ",
" .... ",
" ",
" ......... ",
" ",
" ",
" ....... .......... ",
" ....... ",
" ",
" ............. ",
" "};

View File

@ -0,0 +1,25 @@
/* XPM */
static char * layout_List_xpm[] = {
"20 20 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" .... ............. ",
" ",
" ",
" ............. ",
" ",
" ",
" .... ............. ",
" ",
" ",
" ......... ",
" ",
" ",
" ....... .......... ",
" ",
" ",
" ............. ",
" "};