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

Improve AA on stick and close buttons

(Old svn revision: 10705)
parent e581075d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ static char * close_active_xpm[] = {
".+++++++++++++++++@",
".+++++++++++++++++@",
".+++++++++++++++++@",
".+++##$+++++$##+++@",
".+++@#$+++++$#@+++@",
".+++###$+++$###+++@",
".+++$###$+$###$+++@",
".++++$###$###$++++@",
......@@ -23,7 +23,7 @@ static char * close_active_xpm[] = {
".++++$###$###$++++@",
".+++$###$+$###$+++@",
".+++###$+++$###+++@",
".+++##$+++++$##+++@",
".+++@#$+++++$#@+++@",
".+++++++++++++++++@",
".+++++++++++++++++@",
".++++++++++++++++$@",
......
......@@ -13,7 +13,7 @@ static char * close_inactive_xpm[] = {
".+++++++++++++++++@",
".+++++++++++++++++@",
".+++++++++++++++++@",
".+++##$+++++$##+++@",
".+++@#$+++++$#@+++@",
".+++###$+++$###+++@",
".+++$###$+$###$+++@",
".++++$###$###$++++@",
......@@ -23,7 +23,7 @@ static char * close_inactive_xpm[] = {
".++++$###$###$++++@",
".+++$###$+$###$+++@",
".+++###$+++$###+++@",
".+++##$+++++$##+++@",
".+++@#$+++++$#@+++@",
".+++++++++++++++++@",
".+++++++++++++++++@",
".++++++++++++++++$@",
......
......@@ -12,7 +12,7 @@ static char * close_pressed_xpm[] = {
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
".@@@##.@@@@@.##@@@+",
".@@@.#.@@@@@.#.@@@+",
".@@@###.@@@.###@@@+",
".@@@.###.@.###.@@@+",
".@@@@.###.###.@@@@+",
......@@ -22,7 +22,7 @@ static char * close_pressed_xpm[] = {
".@@@@.###.###.@@@@+",
".@@@.###.@.###.@@@+",
".@@@###.@@@.###@@@+",
".@@@##.@@@@@.##@@@+",
".@@@.#.@@@@@.#.@@@+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@@@@@@@@@+",
......
/* XPM */
static char * stick_active_xpm[] = {
"19 23 6 1",
" c None",
". c #FFFFFF s active_hilight_2",
"+ c #D5D6D5 s active_color_2",
"@ c #949594 s active_shadow_2",
"# c #000000",
"$ c #B4BAB4 s active_mid_2",
" c None",
". c #FFFFFF s active_hilight_2",
"+ c #D5D6D5 s active_color_2",
"@ c #949594 s active_shadow_2",
"# c #000000",
"$ c #B4BAB4 s active_mid_2",
" ",
"..................+",
"..++++++++++++++++@",
......@@ -17,9 +17,9 @@ static char * stick_active_xpm[] = {
".+++++++++++++++++@",
".+++++++++#+++#+++@",
".+++++++++#####+++@",
".++++######++##+++@",
".+++@######++##+++@",
".+++#$$$$$#$$##+++@",
".++++######@@##+++@",
".+++@######@@##+++@",
".+++++++++#####+++@",
".+++++++++#+++#+++@",
".+++++++++++++++++@",
......
/* XPM */
static char * stick_inactive_xpm[] = {
"19 23 6 1",
" c None",
". c #FFFFFF s inactive_hilight_2",
"+ c #D5D6D5 s inactive_color_2",
"@ c #949594 s inactive_shadow_2",
"# c #000000",
"$ c #B4BAB4 s inactive_mid_2",
" c None",
". c #FFFFFF s inactive_hilight_2",
"+ c #D5D6D5 s inactive_color_2",
"@ c #949594 s inactive_shadow_2",
"# c #000000",
"$ c #B4BAB4 s inactive_mid_2",
" ",
"..................+",
"..++++++++++++++++@",
......@@ -17,9 +17,9 @@ static char * stick_inactive_xpm[] = {
".+++++++++++++++++@",
".+++++++++#+++#+++@",
".+++++++++#####+++@",
".++++######++##+++@",
".+++@######++##+++@",
".+++#$$$$$#$$##+++@",
".++++######@@##+++@",
".+++@######@@##+++@",
".+++++++++#####+++@",
".+++++++++#+++#+++@",
".+++++++++++++++++@",
......
......@@ -16,9 +16,9 @@ static char * stick_pressed_xpm[] = {
".@@@@@@@@@@@@@@@@@+",
".@@@@@@@@@#@@@#@@@+",
".@@@@@@@@@#####@@@+",
".@@@@######@@##@@@+",
".@@@.######@@##@@@+",
".@@@#.....#..##@@@+",
".@@@@######..##@@@+",
".@@@.######..##@@@+",
".@@@@@@@@@#####@@@+",
".@@@@@@@@@#@@@#@@@+",
".@@@@@@@@@@@@@@@@@+",
......
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