[gnome-themes-standard] Fix warning when drawing the focus ring



commit 2c3ac1d186d235b8aa9266d6533b10a8114d29bb
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jul 5 15:36:17 2012 -0400

    Fix warning when drawing the focus ring

 themes/Adwaita/gtk-2.0/gtkrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index 61f1829..b919101 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -353,7 +353,7 @@ style "default"
 	{
 	function		= FOCUS
 	file			= "Others/focus.png"
-	border			= { 3, 3, 3, 3 }
+	border			= { 1, 1, 1, 1 }
 	stretch			= TRUE
         }
 



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