7 lines
118 B
C
7 lines
118 B
C
/* XPM */
|
|
static char * bottom_inactive_xpm[] = {
|
|
"24 1 2 1",
|
|
" c None",
|
|
". c #6A6A6A",
|
|
"........................"};
|