Force button colour

This commit is contained in:
Anthony Rose 2024-03-24 20:20:45 +00:00
parent 47d469a8b0
commit 7aaac702bb
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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