[gnome-themes-standard] Clipping metrics seem to have changes. I don't really grok why it's working with +4 now, but it does



commit c1ca1e3898ef62c5542e6026c593843e5a83ca8c
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Oct 27 17:34:00 2010 +0200

    Clipping metrics seem to have changes. I don't really grok why it's working with +4 now, but it does. metacity-theme-3.xml won't load in older metacity/mutter anyway, so it's not like we are breaking it for the old WM.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 1c37dbf..d38ec69 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -349,7 +349,7 @@
 	</draw_ops>
 
 	<draw_ops name="button_bg_focused_clipped">
-		<clip x="2" y="0" width="width-2" height="height-6" />
+		<clip x="2" y="0" width="width-2" height="height-2" />
 		<include name="button_bg_focused" />
 		<clip x="3" y="height-6" width="width-3" height="1" />
 		<include name="button_bg_focused" />
@@ -360,7 +360,7 @@
 	</draw_ops>
 
 	<draw_ops name="button_bg_prelight_clipped">
-		<clip x="2" y="0" width="width-2" height="height-6" />
+		<clip x="2" y="0" width="width-2" height="height-2" />
 		<include name="button_bg_prelight" />
 		<clip x="3" y="height-6" width="width-3" height="1" />
 		<include name="button_bg_prelight" />
@@ -371,7 +371,7 @@
 	</draw_ops>
 
 	<draw_ops name="button_bg_pressed_clipped">
-		<clip x="2" y="0" width="width-2" height="height-6" />
+		<clip x="2" y="0" width="width-2" height="height-2" />
 		<include name="button_bg_pressed" />
 		<clip x="3" y="height-6" width="width-3" height="1" />
 		<include name="button_bg_pressed" />
@@ -382,7 +382,7 @@
 	</draw_ops>
 
 	<draw_ops name="button_bg_focused_clipped_max">
-		<clip x="2" y="0" width="width-2" height="height-6" />
+		<clip x="2" y="0" width="width-2" height="height-2" />
 		<include name="button_bg_focused_max" />
 		<clip x="3" y="height-6" width="width-3" height="1" />
 		<include name="button_bg_focused_max" />
@@ -393,7 +393,7 @@
 	</draw_ops>
 
 	<draw_ops name="button_bg_prelight_clipped_max">
-		<clip x="2" y="0" width="width-2" height="height-6" />
+		<clip x="2" y="0" width="width-2" height="height-2" />
 		<include name="button_bg_prelight_max" />
 		<clip x="3" y="height-6" width="width-3" height="1" />
 		<include name="button_bg_prelight_max" />
@@ -404,7 +404,7 @@
 	</draw_ops>
 
 	<draw_ops name="button_bg_pressed_clipped_max">
-		<clip x="2" y="0" width="width-2" height="height-6" />
+		<clip x="2" y="0" width="width-2" height="height-2" />
 		<include name="button_bg_pressed_max" />
 		<clip x="3" y="height-6" width="width-3" height="1" />
 		<include name="button_bg_pressed_max" />



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