mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Top most right pixel of close button now clickable in max windows.
This commit is contained in:
parent
de14f91d86
commit
4b29d98df9
@ -1,17 +1,17 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_active_xpm[] = {
|
static char * close_active_xpm[] = {
|
||||||
"18 24 7 1",
|
"18 24 7 1",
|
||||||
" c None",
|
" c #8CB754 s active_color_1",
|
||||||
". c #000000 s active_mid_2",
|
". c #000000 s active_mid_2",
|
||||||
"& c #000000 s active_shadow_1",
|
"& c #000000 s active_shadow_1",
|
||||||
"+ c #FFFFFF s active_hilight_2",
|
"+ c #FFFFFF s active_hilight_2",
|
||||||
"S c #FFFFFF s active_hilight_1",
|
"S c #FFFFFF s active_hilight_1",
|
||||||
"@ c #C0C0C0 s active_mid_1",
|
"@ c #C0C0C0 s active_mid_1",
|
||||||
"# c #808080 s active_shadow_2",
|
"# c #808080 s active_shadow_2",
|
||||||
" ",
|
"SSSSSSSSSSSSSSSSSS",
|
||||||
" ",
|
"++++++++++++++++++",
|
||||||
" ",
|
"@@@@@@@@@@@@@@@@@@",
|
||||||
" ",
|
"@@@@@@@@@@@@@@@@@@",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" +++++++++++++++&",
|
" +++++++++++++++&",
|
||||||
@ -30,5 +30,5 @@ static char * close_active_xpm[] = {
|
|||||||
" &&&&&&&&&&&&&&&&",
|
" &&&&&&&&&&&&&&&&",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
"@@@@@@@@@@@@@@@@@@",
|
||||||
" "};
|
"@@@@@@@@@@@@@@@@@@"};
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_inactive_xpm[] = {
|
static char * close_inactive_xpm[] = {
|
||||||
"18 24 7 1",
|
"18 24 7 1",
|
||||||
" c None",
|
" c #8CB754 s inactive_color_1",
|
||||||
". c #000000 s inactive_mid_2",
|
". c #000000 s inactive_mid_2",
|
||||||
"& c #000000 s inactive_shadow_1",
|
"& c #000000 s inactive_shadow_1",
|
||||||
"+ c #FFFFFF s inactive_hilight_2",
|
"+ c #FFFFFF s inactive_hilight_2",
|
||||||
"S c #FFFFFF s inactive_hilight_1",
|
"S c #FFFFFF s inactive_hilight_1",
|
||||||
"@ c #C0C0C0 s inactive_mid_1",
|
"@ c #C0C0C0 s inactive_mid_1",
|
||||||
"# c #808080 s inactive_shadow_2",
|
"# c #808080 s inactive_shadow_2",
|
||||||
" ",
|
"SSSSSSSSSSSSSSSSSS",
|
||||||
" ",
|
"++++++++++++++++++",
|
||||||
" ",
|
"@@@@@@@@@@@@@@@@@@",
|
||||||
" ",
|
"@@@@@@@@@@@@@@@@@@",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" +++++++++++++++&",
|
" +++++++++++++++&",
|
||||||
@ -30,5 +30,5 @@ static char * close_inactive_xpm[] = {
|
|||||||
" &&&&&&&&&&&&&&&&",
|
" &&&&&&&&&&&&&&&&",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
"@@@@@@@@@@@@@@@@@@",
|
||||||
" "};
|
"@@@@@@@@@@@@@@@@@@"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user