[gnome-themes-standard] adwaita wm: remove icon displacement on button press as we do in the gtk theme.



commit 3ae2a16dc15319f9357e9c6d8d5bc8950b70a018
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Oct 5 17:52:39 2012 +0200

    adwaita wm: remove icon displacement on button press as we do in the gtk theme.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index f65310f..001aeb7 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -340,7 +340,8 @@
 </draw_ops>
 
 <draw_ops name="close_focused_pressed">
-	<include name="close_glyph_focused" y="1" />
+	<include name="close_shadow_focused" />
+	<include name="close_glyph_focused" />
 </draw_ops>
 
 <draw_ops name="close_glyph_unfocused">
@@ -467,7 +468,7 @@
 </draw_ops>
 
 <draw_ops name="maximize_focused_pressed">
-	<include name="maximize_glyph_focused" y="1" />
+	<include name="maximize_glyph_focused" />
 </draw_ops>
 
 <draw_ops name="maximize_glyph_unfocused">
@@ -535,7 +536,7 @@
 </draw_ops>
 
 <draw_ops name="minimize_focused_pressed">
-	<include name="minimize_glyph_focused" y="1" />
+	<include name="minimize_glyph_focused" />
 </draw_ops>
 
 <draw_ops name="minimize_glyph_unfocused">
@@ -607,7 +608,7 @@
 </draw_ops>
 
 <draw_ops name="menu_focused_pressed">
-	<include name="menu_glyph_focused" y="1" />
+	<include name="menu_glyph_focused" />
 </draw_ops>
 
 <draw_ops name="menu_glyph_unfocused">
@@ -703,7 +704,7 @@
 </draw_ops>
 
 <draw_ops name="shade_focused_pressed">
-	<include name="shade_glyph_focused" y="1" />
+	<include name="shade_glyph_focused" />
 </draw_ops>
 
 <draw_ops name="shade_glyph_unfocused">



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