Skip to content
Snippets Groups Projects
Commit 6ff1e29f authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Reduce the external black border from 2 pixels to 1 pixel.

(Old svn revision: 10699)
parent ee148c18
No related branches found
No related tags found
No related merge requests found
Showing
with 132 additions and 150 deletions
/* XPM */
static char * bottom_active_xpm[] = {
"32 7 5 1",
"32 6 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
......@@ -11,5 +11,4 @@ static char * bottom_active_xpm[] = {
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
"################################",
"................................",
"................................"};
/* XPM */
static char * bottom_inactive_xpm[] = {
"32 7 5 1",
"32 6 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_2",
......@@ -11,5 +11,4 @@ static char * bottom_inactive_xpm[] = {
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
"################################",
"................................",
"................................"};
/* XPM */
static char * bottom_left_active_xpm[] = {
"23 13 8 1",
"22 12 8 1",
" c None",
". c #000000",
"+ c #D5D6D5 s active_color_2",
......@@ -9,16 +9,15 @@ static char * bottom_left_active_xpm[] = {
"$ c #00009C s active_color_1",
"% c #10105A s active_shadow_1",
"& c #FFFFFF s active_hilight_2",
"..+@. ",
"..... ",
"..#$. ",
"..#%. ",
"..#%. ",
"..#%. ",
"..#$%..................",
"..#$$###############$.&",
"..#$$$$$$$$$$$$$$$$$%.&",
"..$$$$$$$$$$$$$$$$$$%.&",
"...%%%%%%%%%%%%%%%%%%.+",
" ......................",
" ....................."};
".+@. ",
".... ",
".#$. ",
".#%. ",
".#%. ",
".#%. ",
".#$%..................",
".#$$###############$.&",
".#$$$$$$$$$$$$$$$$$%.&",
".$$$$$$$$$$$$$$$$$$%.&",
" .%%%%%%%%%%%%%%%%%%.+",
" ...................."};
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"23 13 8 1",
"22 12 8 1",
" c None",
". c #000000",
"+ c #D5D6D5 s inactive_color_2",
......@@ -9,16 +9,15 @@ static char * bottom_left_inactive_xpm[] = {
"$ c #00009C s inactive_color_1",
"% c #10105A s inactive_shadow_1",
"& c #FFFFFF s inactive_hilight_2",
"..+@. ",
"..... ",
"..#$. ",
"..#%. ",
"..#%. ",
"..#%. ",
"..#$%..................",
"..#$$###############$.&",
"..#$$$$$$$$$$$$$$$$$%.&",
"..$$$$$$$$$$$$$$$$$$%.&",
"...%%%%%%%%%%%%%%%%%%.+",
" ......................",
" ....................."};
".+@. ",
".... ",
".#$. ",
".#%. ",
".#%. ",
".#%. ",
".#$%..................",
".#$$###############$.&",
".#$$$$$$$$$$$$$$$$$%.&",
".$$$$$$$$$$$$$$$$$$%.&",
" .%%%%%%%%%%%%%%%%%%.+",
" ...................."};
/* XPM */
static char * bottom_right_active_xpm[] = {
"23 13 7 1",
"22 12 7 1",
" c None",
". c #000000",
"+ c #D5D6D5 s active_color_2",
......@@ -8,16 +8,15 @@ static char * bottom_right_active_xpm[] = {
"# c #0000C5 s active_hilight_1",
"$ c #00009C s active_color_1",
"% c #10105A s active_shadow_1",
" .+@..",
" .....",
" .#$..",
" .#%..",
" .#%..",
" .#%..",
"..................#$%..",
"+.################$$%..",
"@.#$$$$$$$$$$$$$$$$$%..",
"@.#$$$$$$$$$$$$$$$$$%..",
"@.$%%%%%%%%%%%%%%%%%...",
"...................... ",
"..................... "};
" .+@.",
" ....",
" .#$.",
" .#%.",
" .#%.",
" .#%.",
"..................#$%.",
"+.################$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.$%%%%%%%%%%%%%%%%%. ",
".................... "};
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"23 13 7 1",
"22 12 7 1",
" c None",
". c #000000",
"+ c #D5D6D5 s inactive_color_2",
......@@ -8,16 +8,15 @@ static char * bottom_right_inactive_xpm[] = {
"# c #0000C5 s inactive_hilight_1",
"$ c #00009C s inactive_color_1",
"% c #10105A s inactive_shadow_1",
" .+@..",
" .....",
" .#$..",
" .#%..",
" .#%..",
" .#%..",
"..................#$%..",
"+.################$$%..",
"@.#$$$$$$$$$$$$$$$$$%..",
"@.#$$$$$$$$$$$$$$$$$%..",
"@.$%%%%%%%%%%%%%%%%%...",
"...................... ",
"..................... "};
" .+@.",
" ....",
" .#$.",
" .#%.",
" .#%.",
" .#%.",
"..................#$%.",
"+.################$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.$%%%%%%%%%%%%%%%%%. ",
".................... "};
/* XPM */
static char * close_active_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s active_hilight_2",
"+ c #D5D6D5 s active_color_2",
......@@ -8,7 +8,6 @@ static char * close_active_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s active_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * close_inactive_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s inactive_hilight_2",
"+ c #D5D6D5 s inactive_color_2",
......@@ -8,7 +8,6 @@ static char * close_inactive_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s inactive_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * close_pressed_xpm[] = {
"19 24 5 1",
"19 23 5 1",
" c None",
". c #949594 s active_shadow_2",
"+ c #D5D6D5 s active_color_2",
"@ c #B4BAB4 s active_mid_2",
"# c #000000",
" ",
" ",
"..................+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
......
/* XPM */
static char * hide_active_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s active_hilight_2",
"+ c #D5D6D5 s active_color_2",
......@@ -8,7 +8,6 @@ static char * hide_active_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s active_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * hide_inactive_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s inactive_hilight_2",
"+ c #D5D6D5 s inactive_color_2",
......@@ -8,7 +8,6 @@ static char * hide_inactive_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s inactive_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * hide_pressed_xpm[] = {
"19 24 5 1",
"19 23 5 1",
" c None",
". c #949594 s active_shadow_2",
"+ c #D5D6D5 s active_color_2",
"@ c #B4BAB4 s active_mid_2",
"# c #000000",
" ",
" ",
"..................+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
......
/* XPM */
static char * left_active_xpm[] = {
"5 32 4 1",
"4 32 4 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
"@ c #949594 s active_shadow_2",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@."};
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@."};
/* XPM */
static char * left_inactive_xpm[] = {
"5 32 4 1",
"4 32 4 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #949594 s inactive_shadow_2",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@.",
"..+@."};
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@.",
".+@."};
/* XPM */
static char * maximize_active_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s active_hilight_2",
"+ c #D5D6D5 s active_color_2",
......@@ -8,7 +8,6 @@ static char * maximize_active_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s active_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * maximize_inactive_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s inactive_hilight_2",
"+ c #D5D6D5 s inactive_color_2",
......@@ -8,7 +8,6 @@ static char * maximize_inactive_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s inactive_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * maximize_pressed_xpm[] = {
"19 24 5 1",
"19 23 5 1",
" c None",
". c #949594 s active_shadow_2",
"+ c #D5D6D5 s active_color_2",
"@ c #B4BAB4 s active_mid_2",
"# c #000000",
" ",
" ",
"..................+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
......
/* XPM */
static char * menu_active_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s active_hilight_2",
"+ c #D5D6D5 s active_color_2",
......@@ -8,7 +8,6 @@ static char * menu_active_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s active_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * menu_inactive_xpm[] = {
"19 24 6 1",
"19 23 6 1",
" c None",
". c #FFFFFF s inactive_hilight_2",
"+ c #D5D6D5 s inactive_color_2",
......@@ -8,7 +8,6 @@ static char * menu_inactive_xpm[] = {
"# c #000000",
"$ c #B4BAB4 s inactive_mid_2",
" ",
" ",
"..................+",
"..++++++++++++++++@",
".+++++++++++++++++@",
......
/* XPM */
static char * menu_pressed_xpm[] = {
"19 24 5 1",
"19 23 5 1",
" c None",
". c #949594 s active_shadow_2",
"+ c #D5D6D5 s active_color_2",
"@ c #B4BAB4 s active_mid_2",
"# c #000000",
" ",
" ",
"..................+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment