Make buttons transparent

This commit is contained in:
Anthony Rose 2024-03-23 10:30:14 +00:00
parent f936880e40
commit a58516cc00
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ static char *maximize_xpm[] = {
"16 16 3 1", "16 16 3 1",
"F c #FFFFFF", "F c #FFFFFF",
"B c #000000", "B c #000000",
" c #808080", " c None",
" ", " ",
" ", " ",
" FF FF ", " FF FF ",

View file

@ -1,7 +1,7 @@
/* XPM */ /* XPM */
static char *maximize_xpm[] = { static char *maximize_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c #808080", " c None",
"W c #FFFFFF", "W c #FFFFFF",
"D c #000000", "D c #000000",
" ", " ",

View file

@ -1,7 +1,7 @@
/* XPM */ /* XPM */
static char * minimize_xpm[] = { static char * minimize_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c #808080", " c None",
"W c #FFFFFF", "W c #FFFFFF",
"D c #000000", "D c #000000",
" ", " ",

View file

@ -1,7 +1,7 @@
/* XPM */ /* XPM */
static char *restore_xpm[] = { static char *restore_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c #808080", " c None",
"W c #FFFFFF", "W c #FFFFFF",
"D c #000000", "D c #000000",
" ", " ",

View file

@ -1,7 +1,7 @@
/* XPM */ /* XPM */
static char *maximize_xpm[] = { static char *maximize_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c #808080", " c None",
"W c #FFFFFF", "W c #FFFFFF",
"D c #000000", "D c #000000",
" ", " ",

View file

@ -1,7 +1,7 @@
/* XPM */ /* XPM */
static char *maximize_xpm[] = { static char *maximize_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c #808080", " c None",
"W c #FFFFFF", "W c #FFFFFF",
"D c #000000", "D c #000000",
" ", " ",