From aa5bae53fc7da6a20195bad083649ca493735d59 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan@xfce.org> Date: Sat, 27 Mar 2010 10:34:23 +0100 Subject: [PATCH] Smooth top corners --- themes/default/top-left-active.xpm | 4 ++-- themes/default/top-left-inactive.xpm | 4 ++-- themes/default/top-right-active.xpm | 4 ++-- themes/default/top-right-inactive.xpm | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm index 8155c8516..58193af45 100644 --- a/themes/default/top-left-active.xpm +++ b/themes/default/top-left-active.xpm @@ -3,9 +3,9 @@ static char * top_left_active_xpm[] = { "8 22 2 1", " c None", "@ c #C0C0FF s active_color_1", -" @@@@@@", +" @@@@@", +" @@@@@@@", " @@@@@@@", -"@@@@@@@@", "@@@@@@@@", "@@@@@@@@", "@@@@@@@@", diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm index d9d4fc237..29435a0a5 100644 --- a/themes/default/top-left-inactive.xpm +++ b/themes/default/top-left-inactive.xpm @@ -3,9 +3,9 @@ static char * top_left_inactive_xpm[] = { "8 22 2 1", " c None", "@ c #C0C0FF s inactive_color_1", -" @@@@@@", +" @@@@@", +" @@@@@@@", " @@@@@@@", -"@@@@@@@@", "@@@@@@@@", "@@@@@@@@", "@@@@@@@@", diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm index b1cd4f458..f35e2ba3e 100644 --- a/themes/default/top-right-active.xpm +++ b/themes/default/top-right-active.xpm @@ -3,9 +3,9 @@ static char * top_right_active_xpm[] = { "8 22 2 1", " c None", "@ c #C0C0FF s active_color_1", -"@@@@@@ ", +"@@@@@ ", +"@@@@@@@ ", "@@@@@@@ ", -"@@@@@@@@", "@@@@@@@@", "@@@@@@@@", "@@@@@@@@", diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm index 7291fb1ba..d18fffc9d 100644 --- a/themes/default/top-right-inactive.xpm +++ b/themes/default/top-right-inactive.xpm @@ -3,9 +3,9 @@ static char * top_right_inactive_xpm[] = { "8 22 2 1", " c None", "@ c #C0C0FF s inactive_color_1", -"@@@@@@ ", +"@@@@@ ", +"@@@@@@@ ", "@@@@@@@ ", -"@@@@@@@@", "@@@@@@@@", "@@@@@@@@", "@@@@@@@@", -- GitLab