begining of the stellar iconset fix
This commit is contained in:
parent
fe8221e7f3
commit
c98d4cd3b7
4 changed files with 24 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 732 B |
13
plugins/gtkgui/icons/stellar/closed.xpm
Normal file
13
plugins/gtkgui/icons/stellar/closed.xpm
Normal file
|
@ -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 |
11
plugins/gtkgui/icons/stellar/opened.xpm
Normal file
11
plugins/gtkgui/icons/stellar/opened.xpm
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * opened_xpm[] = {
|
||||||
|
"7 6 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #000000",
|
||||||
|
".......",
|
||||||
|
" ..... ",
|
||||||
|
" ... ",
|
||||||
|
" . ",
|
||||||
|
" ",
|
||||||
|
" "};
|
Loading…
Add table
Reference in a new issue