Addressing issue #213

Adding an extra pixel atop the window menu button.
This commit is contained in:
EMH-Mark-I 2021-12-30 08:55:36 -06:00
parent c9b0ad9da5
commit 9b147350b3
3 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,9 @@
/* XPM */ /* XPM */
static char * menu_active_xpm[] = { static char * menu_active_xpm[] = {
"16 16 2 1", "16 17 2 1",
" c None", " c None",
"@ c #C0C0C0 s active_color_2", "@ c #C0C0C0 s active_color_2",
" ",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",

View File

@ -1,8 +1,9 @@
/* XPM */ /* XPM */
static char * menu_inactive_xpm[] = { static char * menu_inactive_xpm[] = {
"16 16 2 1", "16 17 2 1",
" c None", " c None",
"@ c #C0C0C0 s inactive_color_2", "@ c #C0C0C0 s inactive_color_2",
" ",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",

View File

@ -1,8 +1,9 @@
/* XPM */ /* XPM */
static char * menu_active_xpm[] = { static char * menu_active_xpm[] = {
"16 16 2 1", "16 17 2 1",
" c None", " c None",
"@ c #C0C0FF s active_color_2", "@ c #C0C0FF s active_color_2",
" ",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@",