mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
9545e14e59
commit
6743bca1e2
25
lib/images/layout_Description.xpm
Normal file
25
lib/images/layout_Description.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * layout_Description_xpm[] = {
|
||||
"20 20 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .... ............. ",
|
||||
" .... ",
|
||||
" ",
|
||||
" ............. ",
|
||||
" ",
|
||||
" ",
|
||||
" .... ............. ",
|
||||
" .... ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" ....... .......... ",
|
||||
" ....... ",
|
||||
" ",
|
||||
" ............. ",
|
||||
" "};
|
25
lib/images/layout_List.xpm
Normal file
25
lib/images/layout_List.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * layout_List_xpm[] = {
|
||||
"20 20 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .... ............. ",
|
||||
" ",
|
||||
" ",
|
||||
" ............. ",
|
||||
" ",
|
||||
" ",
|
||||
" .... ............. ",
|
||||
" ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" ....... .......... ",
|
||||
" ",
|
||||
" ",
|
||||
" ............. ",
|
||||
" "};
|
Loading…
Reference in New Issue
Block a user