[gnome-themes-standard] metacity: Don't draw the right border in focused left tiled windows



commit fdb37836de63419692023b73b6372ce1d41f3853
Author: Rui Matos <tiagomatos gmail com>
Date:   Fri Mar 16 18:59:46 2012 +0100

    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.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    4 ++--
 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 1360f12..aca3e62 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>
 



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