\/ are nicer now

This commit is contained in:
Nikos Kouremenos 2005-03-03 23:26:05 +00:00
parent d650897aa4
commit 895fdee30c
2 changed files with 15 additions and 34 deletions

View file

@ -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",
" ", " . ",
" ", " .. ",
" .. ", " ... ",
" ... ", " .... ",
" ... ", " ... ",
" ... ", " .. ",
"............... ", " . "};
"................",
"............... ",
" ... ",
" ... ",
" ... ",
" .. ",
" ",
" ",
" "};

View file

@ -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",
" ... ", " ",
" ... ", ".......",
" ... ", " ..... ",
" ... ", " ... ",
" ... ", " . ",
" ... ", " "};
" ... ",
" ... ",
" ... ",
" .. ... .. ",
" ... ... ... ",
" ......... ",
" ....... ",
" ..... ",
" ... ",
" . "};