begining of the stellar iconset fix
This commit is contained in:
parent
fe8221e7f3
commit
c98d4cd3b7
Binary file not shown.
Before Width: | Height: | Size: 732 B |
|
@ -0,0 +1,13 @@
|
|||
/* XPM */
|
||||
static char * closed_xpm[] = {
|
||||
"6 8 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
". ",
|
||||
".. ",
|
||||
"... ",
|
||||
".... ",
|
||||
"... ",
|
||||
".. ",
|
||||
". ",
|
||||
" "};
|
Binary file not shown.
Before Width: | Height: | Size: 660 B |
|
@ -0,0 +1,11 @@
|
|||
/* XPM */
|
||||
static char * opened_xpm[] = {
|
||||
"7 6 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
".......",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" ",
|
||||
" "};
|
Loading…
Reference in New Issue