fix gossip iconstyle (still missing error invisible not_in_the_roster requested icons)
This commit is contained in:
parent
5508f73513
commit
73bc4a083b
Binary file not shown.
After Width: | Height: | Size: 741 B |
|
@ -0,0 +1,13 @@
|
|||
/* XPM */
|
||||
static char * closed_xpm[] = {
|
||||
"6 8 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
". ",
|
||||
".. ",
|
||||
"... ",
|
||||
".... ",
|
||||
"... ",
|
||||
".. ",
|
||||
". ",
|
||||
" "};
|
Binary file not shown.
After Width: | Height: | Size: 741 B |
Before Width: | Height: | Size: 888 B After Width: | Height: | Size: 888 B |
Binary file not shown.
Before Width: | Height: | Size: 980 B |
|
@ -0,0 +1,11 @@
|
|||
/* XPM */
|
||||
static char * opened_xpm[] = {
|
||||
"7 6 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
".......",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" ",
|
||||
" "};
|
Loading…
Reference in New Issue