[gnome-themes-standard] window decorations: fixed attached window focused state top border.



commit b0100827923d2185ea050ae0b1eb8e84c98d0419
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Feb 18 11:26:03 2011 +0100

    window decorations: fixed attached window focused state top border.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index f39e17f..b488d2e 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -230,14 +230,13 @@
 
 <draw_ops name="border_attached_focused">
 	<rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" />
-	<line x1="0" y1="0" x2="width" y2="0" color="blend/gtk:bg[NORMAL]/#000000/0.2" />
-	<line x1="0" y1="1" x2="width" y2="1" color="C_border_attached_focused" />
-	<gradient type="vertical" x="0" y="2" width="1" height="14">
+	<line x1="0" y1="0" x2="width" y2="0" color="C_border_attached_focused" />
+	<gradient type="vertical" x="0" y="0" width="1" height="top_height">
 		<color value="C_border_attached_focused" />
 		<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
 		<color value="C_border_focused" />
 	</gradient>
-	<gradient type="vertical" x="width-1" y="2" width="1" height="14">
+	<gradient type="vertical" x="width-1" y="0" width="1" height="top_height">
 		<color value="C_border_attached_focused" />
 		<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
 		<color value="C_border_focused" />



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