summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2012-03-16 18:59:46 +0100
committerRui Matos <tiagomatos@gmail.com>2012-03-16 19:03:37 +0100
commitfdb37836de63419692023b73b6372ce1d41f3853 (patch)
tree85674cecd6e70f51087078f7f793fd220451f8b1
parent9cb66f986589508269d89db480ba66917b138ebd (diff)
downloadgnome-themes-standard-fdb37836de63419692023b73b6372ce1d41f3853.tar.gz
metacity: Don't draw the right border in focused left tiled windows
Just like we do for unfocused, to keep a one pixel line spliting the two tiled windows, we shouldn't draw the right border of the left window.
-rw-r--r--themes/Adwaita/metacity-1/metacity-theme-3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 1360f12f..aca3e626 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -280,8 +280,8 @@
<draw_ops name="border_right_focused">
<line
- x1="width-1" y1="0"
- x2="width-1" y2="height"
+ x1="width" y1="0"
+ x2="width" y2="height"
color="C_border_focused" />
</draw_ops>