mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-29 16:45:11 +02:00
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 */
|
/* 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",
|
||||||
|
" ",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
@ -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",
|
||||||
|
" ",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
@ -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",
|
||||||
|
" ",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user