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

Smoother corners

(Old svn revision: 11763)
parent 3fff996c
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ static char * bottom_left_active_xpm[] = {
".#### ",
".#### ",
".$#### ",
" .##############",
" .$#############",
" .@#############",
" .@$###########",
" ..@$#########",
" .$############",
" ..$##########",
" ..........."};
......@@ -18,8 +18,8 @@ static char * bottom_left_inactive_xpm[] = {
".#### ",
".#### ",
".$#### ",
" .##############",
" .$#############",
" .@#############",
" .@$###########",
" ..@$#########",
" .$############",
" ..$##########",
" ..........."};
......@@ -16,10 +16,10 @@ static char * bottom_right_active_xpm[] = {
" ####.",
" ####.",
" ####.",
" ###$.",
" ####@.",
" ####.",
" ####$.",
"##############. ",
"#############$. ",
"#############@. ",
"###########$@. ",
"#########$@.. ",
"############$. ",
"##########$.. ",
"........... "};
......@@ -16,10 +16,10 @@ static char * bottom_right_inactive_xpm[] = {
" ####.",
" ####.",
" ####.",
" ###$.",
" ####@.",
" ####.",
" ####$.",
"##############. ",
"#############$. ",
"#############@. ",
"###########$@. ",
"#########$@.. ",
"############$. ",
"##########$.. ",
"........... "};
......@@ -8,11 +8,10 @@ static char * top_left_active_xpm[] = {
"# c #D5D6D5 s active_color_2",
"$ c #000000",
" $$",
" $$.@",
" $.@#+",
" $.####",
" $$@+",
" $@#+#",
" $@####",
"$.#####",
" $#####",
"$@#####",
"$######",
"$######",
......@@ -27,4 +26,5 @@ static char * top_left_active_xpm[] = {
"$######",
"$######",
"$######",
"$######",
"$######"};
......@@ -8,11 +8,10 @@ static char * top_left_inactive_xpm[] = {
"# c #D5D6D5 s inactive_color_2",
"$ c #000000",
" $$",
" $$.@",
" $.@#+",
" $.####",
" $$@+",
" $@#+#",
" $@####",
"$.#####",
" $#####",
"$@#####",
"$######",
"$######",
......@@ -27,4 +26,5 @@ static char * top_left_inactive_xpm[] = {
"$######",
"$######",
"$######",
"$######",
"$######"};
......@@ -8,11 +8,10 @@ static char * top_right_active_xpm[] = {
"# c #D5D6D5 s active_color_2",
"$ c #000000",
"$$ ",
"@.$$ ",
"+#@.$ ",
"####.$ ",
"+@$$ ",
"#+#@$ ",
"####@$ ",
"#####.$",
"#####$ ",
"#####@$",
"######$",
"######$",
......@@ -27,4 +26,5 @@ static char * top_right_active_xpm[] = {
"######$",
"######$",
"######$",
"######$",
"######$"};
......@@ -8,11 +8,10 @@ static char * top_right_inactive_xpm[] = {
"# c #D5D6D5 s inactive_color_2",
"$ c #000000",
"$$ ",
"@.$$ ",
"+#@.$ ",
"####.$ ",
"+@$$ ",
"#+#@$ ",
"####@$ ",
"#####.$",
"#####$ ",
"#####@$",
"######$",
"######$",
......@@ -27,4 +26,5 @@ static char * top_right_inactive_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