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

Use square corners for bottom

(Old svn revision: 11479)
parent 326f2213
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ static char * bottom_left_active_xpm[] = {
"@.$++ ",
"@.$++ ",
"@.$+++++++++++++",
" @.$++++++++++++",
" @..$$$$$$$$$$$$",
" @@............",
" @@@@@@@@@@@@"};
"@.$+++++++++++++",
"@.$$$$$$$$$$$$$$",
"@...............",
"@@@@@@@@@@@@@@@@"};
......@@ -19,7 +19,7 @@ static char * bottom_left_inactive_xpm[] = {
"@.$++ ",
"@.$++ ",
"@.$+++++++++++++",
" @.$++++++++++++",
" @..$$$$$$$$$$$$",
" @@............",
" @@@@@@@@@@@@"};
"@.$+++++++++++++",
"@.$$$$$$$$$$$$$$",
"@...............",
"@@@@@@@@@@@@@@@@"};
......@@ -19,7 +19,7 @@ static char * bottom_right_active_xpm[] = {
" ++$.@",
" ++$.@",
"+++++++++++++$.@",
"++++++++++++$.@ ",
"$$$$$$$$$$$$..@ ",
"............@@ ",
"@@@@@@@@@@@@ "};
"+++++++++++++$.@",
"$$$$$$$$$$$$$$.@",
"...............@",
"@@@@@@@@@@@@@@@@"};
......@@ -19,7 +19,7 @@ static char * bottom_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