\/ looks nice part II
This commit is contained in:
parent
ed0038b963
commit
4dd1116ffa
|
@ -1,12 +1,13 @@
|
|||
/* XPM */
|
||||
static char * closed_xpm[] = {
|
||||
"6 7 2 1",
|
||||
"6 8 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
" . ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" .... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" . "};
|
||||
". ",
|
||||
".. ",
|
||||
"... ",
|
||||
".... ",
|
||||
"... ",
|
||||
".. ",
|
||||
". ",
|
||||
" "};
|
||||
|
|
|
@ -3,9 +3,9 @@ static char * opened_xpm[] = {
|
|||
"7 6 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
" ",
|
||||
".......",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" ",
|
||||
" "};
|
||||
|
|
Loading…
Reference in New Issue