\/ are nicer now
This commit is contained in:
parent
d650897aa4
commit
895fdee30c
2 changed files with 15 additions and 34 deletions
|
@ -1,21 +1,12 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * closed_xpm[] = {
|
static char * closed_xpm[] = {
|
||||||
"16 16 2 1",
|
"6 7 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000",
|
". c #000000",
|
||||||
" ",
|
" . ",
|
||||||
" ",
|
" .. ",
|
||||||
" .. ",
|
" ... ",
|
||||||
" ... ",
|
" .... ",
|
||||||
" ... ",
|
" ... ",
|
||||||
" ... ",
|
" .. ",
|
||||||
"............... ",
|
" . "};
|
||||||
"................",
|
|
||||||
"............... ",
|
|
||||||
" ... ",
|
|
||||||
" ... ",
|
|
||||||
" ... ",
|
|
||||||
" .. ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
||||||
|
|
|
@ -1,21 +1,11 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * opened_xpm[] = {
|
static char * opened_xpm[] = {
|
||||||
"16 16 2 1",
|
"7 6 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000",
|
". c #000000",
|
||||||
" ... ",
|
" ",
|
||||||
" ... ",
|
".......",
|
||||||
" ... ",
|
" ..... ",
|
||||||
" ... ",
|
" ... ",
|
||||||
" ... ",
|
" . ",
|
||||||
" ... ",
|
" "};
|
||||||
" ... ",
|
|
||||||
" ... ",
|
|
||||||
" ... ",
|
|
||||||
" .. ... .. ",
|
|
||||||
" ... ... ... ",
|
|
||||||
" ......... ",
|
|
||||||
" ....... ",
|
|
||||||
" ..... ",
|
|
||||||
" ... ",
|
|
||||||
" . "};
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue