Addressing issue #213
Adding an extra pixel atop the window menu button.
This commit is contained in:
parent
c9b0ad9da5
commit
9b147350b3
|
@ -1,8 +1,9 @@
|
|||
/* XPM */
|
||||
static char * menu_active_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"16 17 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0C0 s active_color_2",
|
||||
" ",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
/* XPM */
|
||||
static char * menu_inactive_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"16 17 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0C0 s inactive_color_2",
|
||||
" ",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
/* XPM */
|
||||
static char * menu_active_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"16 17 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0FF s active_color_2",
|
||||
" ",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
|
|
Loading…
Reference in New Issue