[gnome-themes-standard] adwaita wm: fix right border on left tiled windows.



commit 0ededbb81780616de189f32a5685f1f206f2e338
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Oct 5 17:47:32 2012 +0200

    adwaita wm: fix right border on left tiled windows.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 2b8683f..f65310f 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -248,15 +248,15 @@
 
 <draw_ops name="border_right_focused">
 	<line
-		x1="width" y1="0"
-		x2="width" y2="height"
+		x1="width-1" y1="0"
+		x2="width-1" y2="height"
 		color="C_border_focused" />
 </draw_ops>
 
 <draw_ops name="border_right_unfocused">
 	<line
-		x1="width" y1="0" 
-		x2="width" y2="height" 
+		x1="width-1" y1="0" 
+		x2="width-1" y2="height" 
 		color="C_border_unfocused" />
 </draw_ops>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]