From 3b133282964fcbb5fd9da612bbaf48c2efc825bc Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Tue, 20 Jan 2004 21:57:47 +0000 Subject: [PATCH] Redo corners (Old svn revision: 11534) --- themes/default/bottom-left-active.xpm | 8 ++++---- themes/default/bottom-left-inactive.xpm | 8 ++++---- themes/default/bottom-right-active.xpm | 8 ++++---- themes/default/bottom-right-inactive.xpm | 8 ++++---- themes/default/top-left-active.xpm | 6 +++--- themes/default/top-left-inactive.xpm | 6 +++--- themes/default/top-right-active.xpm | 6 +++--- themes/default/top-right-inactive.xpm | 6 +++--- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/themes/default/bottom-left-active.xpm b/themes/default/bottom-left-active.xpm index c50e57eab..c9ad83d15 100644 --- a/themes/default/bottom-left-active.xpm +++ b/themes/default/bottom-left-active.xpm @@ -17,9 +17,9 @@ static char * bottom_left_active_xpm[] = { "@@+++ ", "@@+++ ", "@@+++ ", -"@@+++ ", -"@@$+++++++++++++", -" @.$++++++++++++", -" @@.$+++++++++++", +"@@$++ ", +"@@.+++++++++++++", +" @@$++++++++++++", +" @@@.$++++++++++", " @@@@@@@@@@@@@@", " @@@@@@@@@@@@"}; diff --git a/themes/default/bottom-left-inactive.xpm b/themes/default/bottom-left-inactive.xpm index 87424900b..8250281fd 100644 --- a/themes/default/bottom-left-inactive.xpm +++ b/themes/default/bottom-left-inactive.xpm @@ -17,9 +17,9 @@ static char * bottom_left_inactive_xpm[] = { "@@+++ ", "@@+++ ", "@@+++ ", -"@@+++ ", -"@@$+++++++++++++", -" @.$++++++++++++", -" @@.$+++++++++++", +"@@$++ ", +"@@.+++++++++++++", +" @@$++++++++++++", +" @@@.$++++++++++", " @@@@@@@@@@@@@@", " @@@@@@@@@@@@"}; diff --git a/themes/default/bottom-right-active.xpm b/themes/default/bottom-right-active.xpm index cac048c33..7c937ce8e 100644 --- a/themes/default/bottom-right-active.xpm +++ b/themes/default/bottom-right-active.xpm @@ -17,9 +17,9 @@ static char * bottom_right_active_xpm[] = { " +++@@", " +++@@", " +++@@", -" +++@@", -"+++++++++++++$@@", -"++++++++++++$.@ ", -"+++++++++++$.@@ ", +" ++$@@", +"+++++++++++++.@@", +"++++++++++++$@@ ", +"++++++++++$.@@@ ", "@@@@@@@@@@@@@@ ", "@@@@@@@@@@@@ "}; diff --git a/themes/default/bottom-right-inactive.xpm b/themes/default/bottom-right-inactive.xpm index c09a4eca9..4abbfe1ef 100644 --- a/themes/default/bottom-right-inactive.xpm +++ b/themes/default/bottom-right-inactive.xpm @@ -17,9 +17,9 @@ static char * bottom_right_inactive_xpm[] = { " +++@@", " +++@@", " +++@@", -" +++@@", -"+++++++++++++$@@", -"++++++++++++$.@ ", -"+++++++++++$.@@ ", +" ++$@@", +"+++++++++++++.@@", +"++++++++++++$@@ ", +"++++++++++$.@@@ ", "@@@@@@@@@@@@@@ ", "@@@@@@@@@@@@ "}; diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm index 0e949a19b..0daea67cb 100644 --- a/themes/default/top-left-active.xpm +++ b/themes/default/top-left-active.xpm @@ -9,8 +9,9 @@ static char * top_left_active_xpm[] = { "$ c #000000", " $$$", " $$$$$", -" $$.@++", -" $.@+++", +" $$$.@+", +" $$@+++", +"$$.++++", "$$@++++", "$$+++++", "$$+++++", @@ -28,5 +29,4 @@ static char * top_left_active_xpm[] = { "$$+++++", "$$+++++", "$$+++++", -"$$+++++", "$$....."}; diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm index 72f5b6b46..250396396 100644 --- a/themes/default/top-left-inactive.xpm +++ b/themes/default/top-left-inactive.xpm @@ -9,8 +9,9 @@ static char * top_left_inactive_xpm[] = { "$ c #000000", " $$$", " $$$$$", -" $$.@++", -" $.@+++", +" $$$.@+", +" $$@+++", +"$$.++++", "$$@++++", "$$+++++", "$$+++++", @@ -28,5 +29,4 @@ static char * top_left_inactive_xpm[] = { "$$+++++", "$$+++++", "$$+++++", -"$$+++++", "$$....."}; diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm index 87493c42d..aef88077d 100644 --- a/themes/default/top-right-active.xpm +++ b/themes/default/top-right-active.xpm @@ -9,8 +9,9 @@ static char * top_right_active_xpm[] = { "$ c #000000", "$$$ ", "$$$$$ ", -"++@.$$ ", -"+++@.$ ", +"+@.$$$ ", +"+++@$$ ", +"++++.$$", "++++@$$", "+++++$$", "+++++$$", @@ -28,5 +29,4 @@ static char * top_right_active_xpm[] = { "+++++$$", "+++++$$", "+++++$$", -"+++++$$", ".....$$"}; diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm index 8f37b2798..1b2ef58ad 100644 --- a/themes/default/top-right-inactive.xpm +++ b/themes/default/top-right-inactive.xpm @@ -9,8 +9,9 @@ static char * top_right_inactive_xpm[] = { "$ c #000000", "$$$ ", "$$$$$ ", -"++@.$$ ", -"+++@.$ ", +"+@.$$$ ", +"+++@$$ ", +"++++.$$", "++++@$$", "+++++$$", "+++++$$", @@ -28,5 +29,4 @@ static char * top_right_inactive_xpm[] = { "+++++$$", "+++++$$", "+++++$$", -"+++++$$", ".....$$"}; -- GitLab