fix
parent
f901602f13
commit
441063ae2f
|
@ -2,10 +2,10 @@
|
|||
static char * close_active_xpm[] = {
|
||||
"43 58 5 1",
|
||||
" c None",
|
||||
"$ c #C0C0FF s inactive_color_1",
|
||||
"$ c #C0C0FF00",
|
||||
"@ c #949594 s active_shadow_2",
|
||||
"# c #FF0000",
|
||||
". c #B4BAB4 s inactive_color_1",
|
||||
". c #B4BAB400",
|
||||
"...........................................",
|
||||
"...........................................",
|
||||
"...........................................",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
static char * close_inactive_xpm[] = {
|
||||
"43 58 5 1",
|
||||
" c None",
|
||||
". c #C0C0FF s inactive_color_1",
|
||||
". c #C0C0FF00",
|
||||
"@ c #949594 s inactive_shadow_2",
|
||||
"# c #000000 s inactive_text_color",
|
||||
"$ c #B4BAB4 s inactive_mid_2",
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
static char * close_active_xpm[] = {
|
||||
"43 58 6 1",
|
||||
" c None",
|
||||
"$ c #C0C0FF s active_color_2",
|
||||
"$ c #C0C0FF00",
|
||||
"@ c #949594 s active_shadow_2",
|
||||
"# c #000000 s active_text_color",
|
||||
". c #B4BAB4 s active_mid_2",
|
||||
". c #B4BAB400",
|
||||
"+ c #B4BAB4 s active_hilight_2",
|
||||
"...........................................",
|
||||
"...........................................",
|
||||
|
|
|
@ -5,7 +5,7 @@ static char * close_pressed_xpm[] = {
|
|||
"$ c #C0C0FF s active_color_2",
|
||||
"@ c #949594 s active_shadow_2",
|
||||
"# c #000000 s active_text_color",
|
||||
". c #B4BAB4 s active_mid_2",
|
||||
". c #B4BAB400",
|
||||
"+ c #B4BAB4 s active_hilight_2",
|
||||
"...........................................",
|
||||
"...........................................",
|
||||
|
|
Loading…
Reference in New Issue