[gnome-themes-standard] Fix pixmap warnings for focuslines



commit 9b97dd0d3a74b0bed9d447e8cef5b7b267e5d208
Author: Jack Gandy <scionicspectre gmail com>
Date:   Sat Jun 30 19:52:36 2012 -0600

    Fix pixmap warnings for focuslines

 themes/Adwaita/gtk-2.0/gtkrc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index f870fe3..42cbf39 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -349,10 +349,10 @@ style "default"
 
 	image 
 	{
-	function			= FOCUS
-	overlay_file			= "Others/focus.png"
-	overlay_border			= { 3, 3, 3, 3 }
-	overlay_stretch			= TRUE
+	function		= FOCUS
+	file			= "Others/focus.png"
+	border			= { 2, 2, 2, 2 }
+	stretch			= TRUE
         }
 
 	# Handles



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