Skip to content
Snippets Groups Projects
Commit aa5bae53 authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

Smooth top corners

parent 892edf96
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ static char * top_left_active_xpm[] = { ...@@ -3,9 +3,9 @@ static char * top_left_active_xpm[] = {
"8 22 2 1", "8 22 2 1",
" c None", " c None",
"@ c #C0C0FF s active_color_1", "@ c #C0C0FF s active_color_1",
" @@@@@@", " @@@@@",
" @@@@@@@",
" @@@@@@@", " @@@@@@@",
"@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
......
...@@ -3,9 +3,9 @@ static char * top_left_inactive_xpm[] = { ...@@ -3,9 +3,9 @@ static char * top_left_inactive_xpm[] = {
"8 22 2 1", "8 22 2 1",
" c None", " c None",
"@ c #C0C0FF s inactive_color_1", "@ c #C0C0FF s inactive_color_1",
" @@@@@@", " @@@@@",
" @@@@@@@",
" @@@@@@@", " @@@@@@@",
"@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
......
...@@ -3,9 +3,9 @@ static char * top_right_active_xpm[] = { ...@@ -3,9 +3,9 @@ static char * top_right_active_xpm[] = {
"8 22 2 1", "8 22 2 1",
" c None", " c None",
"@ c #C0C0FF s active_color_1", "@ c #C0C0FF s active_color_1",
"@@@@@@ ", "@@@@@ ",
"@@@@@@@ ",
"@@@@@@@ ", "@@@@@@@ ",
"@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
......
...@@ -3,9 +3,9 @@ static char * top_right_inactive_xpm[] = { ...@@ -3,9 +3,9 @@ static char * top_right_inactive_xpm[] = {
"8 22 2 1", "8 22 2 1",
" c None", " c None",
"@ c #C0C0FF s inactive_color_1", "@ c #C0C0FF s inactive_color_1",
"@@@@@@ ", "@@@@@ ",
"@@@@@@@ ",
"@@@@@@@ ", "@@@@@@@ ",
"@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
"@@@@@@@@", "@@@@@@@@",
......
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