[Xfce4-commits] <xfwm4:master> Thinner bottom frame.
Olivier Fourdan
noreply at xfce.org
Wed Dec 15 19:04:01 CET 2010
Updating branch refs/heads/master
to a4a698d0884cda912962292a809b972d41e694e4 (commit)
from 29b672a580647b56ed9a2bf15ada863c39639e8e (commit)
commit a4a698d0884cda912962292a809b972d41e694e4
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Fri Dec 10 11:21:25 2010 +0100
Thinner bottom frame.
themes/default/bottom-active.png | Bin 96 -> 96 bytes
themes/default/bottom-active.svg | 4 ++--
themes/default/bottom-active.xpm | 5 ++---
themes/default/bottom-inactive.png | Bin 96 -> 96 bytes
themes/default/bottom-inactive.svg | 4 ++--
themes/default/bottom-inactive.xpm | 5 ++---
themes/default/bottom-left-active.xpm | 4 ++--
themes/default/bottom-left-inactive.xpm | 4 ++--
themes/default/bottom-right-active.xpm | 4 ++--
themes/default/bottom-right-inactive.xpm | 4 ++--
10 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/themes/default/bottom-active.png b/themes/default/bottom-active.png
index 4f8b34d..7b552a0 100644
Binary files a/themes/default/bottom-active.png and b/themes/default/bottom-active.png differ
diff --git a/themes/default/bottom-active.svg b/themes/default/bottom-active.svg
index b62edf6..9fa12d2 100644
--- a/themes/default/bottom-active.svg
+++ b/themes/default/bottom-active.svg
@@ -10,7 +10,7 @@
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
- height="5"
+ height="4"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.47 r22583"
@@ -62,7 +62,7 @@
id="border">
<path
style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25"
- d="M 0.5,4.5 L 23.5,4.5"
+ d="M 0.5,3.5 L 23.5,3.5"
id="path1340" />
</g>
</svg>
diff --git a/themes/default/bottom-active.xpm b/themes/default/bottom-active.xpm
index 6b71f3a..2c8592d 100644
--- a/themes/default/bottom-active.xpm
+++ b/themes/default/bottom-active.xpm
@@ -1,11 +1,10 @@
/* XPM */
static char * bottom_active_xpm[] = {
-"24 5 3 1",
+"24 4 3 1",
" c None",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_color_1",
"########################",
"########################",
-"########################",
-"########################",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/themes/default/bottom-inactive.png b/themes/default/bottom-inactive.png
index 4f8b34d..7b552a0 100644
Binary files a/themes/default/bottom-inactive.png and b/themes/default/bottom-inactive.png differ
diff --git a/themes/default/bottom-inactive.svg b/themes/default/bottom-inactive.svg
index 1fcc936..b93e962 100644
--- a/themes/default/bottom-inactive.svg
+++ b/themes/default/bottom-inactive.svg
@@ -10,7 +10,7 @@
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
- height="5"
+ height="4"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.47 r22583"
@@ -62,7 +62,7 @@
id="border">
<path
style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25"
- d="M 0.5,4.5 L 23.5,4.5"
+ d="M 0.5,3.5 L 23.5,3.5"
id="path1340" />
</g>
</svg>
diff --git a/themes/default/bottom-inactive.xpm b/themes/default/bottom-inactive.xpm
index 52c089c..c8304d0 100644
--- a/themes/default/bottom-inactive.xpm
+++ b/themes/default/bottom-inactive.xpm
@@ -1,11 +1,10 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
-"24 5 3 1",
+"24 4 3 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
"@ c #C0C0FF s inactive_color_1",
"########################",
"########################",
-"########################",
-"########################",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/themes/default/bottom-left-active.xpm b/themes/default/bottom-left-active.xpm
index e12d653..d89ae55 100644
--- a/themes/default/bottom-left-active.xpm
+++ b/themes/default/bottom-left-active.xpm
@@ -15,8 +15,8 @@ static char * bottom_left_active_xpm[] = {
"@ ",
"@ ",
"@ ",
+"@ ",
"@###############",
"@###############",
-"@###############",
-"@###############",
+"@@@@@@@@@@@@@@@@",
" @@@@@@@@@@@@@@@"};
diff --git a/themes/default/bottom-left-inactive.xpm b/themes/default/bottom-left-inactive.xpm
index d73ee46..9fc1155 100644
--- a/themes/default/bottom-left-inactive.xpm
+++ b/themes/default/bottom-left-inactive.xpm
@@ -15,8 +15,8 @@ static char * bottom_left_inactive_xpm[] = {
"@ ",
"@ ",
"@ ",
+"@ ",
"@###############",
"@###############",
-"@###############",
-"@###############",
+"@@@@@@@@@@@@@@@@",
" @@@@@@@@@@@@@@@"};
diff --git a/themes/default/bottom-right-active.xpm b/themes/default/bottom-right-active.xpm
index 3f17497..7098069 100644
--- a/themes/default/bottom-right-active.xpm
+++ b/themes/default/bottom-right-active.xpm
@@ -15,8 +15,8 @@ static char * bottom_right_active_xpm[] = {
" @",
" @",
" @",
+" @",
"###############@",
"###############@",
-"###############@",
-"###############@",
+"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@ "};
diff --git a/themes/default/bottom-right-inactive.xpm b/themes/default/bottom-right-inactive.xpm
index b1cdc4d..4caf408 100644
--- a/themes/default/bottom-right-inactive.xpm
+++ b/themes/default/bottom-right-inactive.xpm
@@ -15,8 +15,8 @@ static char * bottom_right_inactive_xpm[] = {
" @",
" @",
" @",
+" @",
"###############@",
"###############@",
-"###############@",
-"###############@",
+"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@ "};
More information about the Xfce4-commits
mailing list