Author: olivier
Date: 2006-07-19 19:56:31 +0000 (Wed, 19 Jul 2006)
New Revision: 22484

Modified:
   gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
Log:
Use gradient for progress bars

Modified: gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
===================================================================
--- gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc   2006-07-19 19:53:45 UTC 
(rev 22483)
+++ gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc   2006-07-19 19:56:31 UTC 
(rev 22484)
@@ -197,7 +197,10 @@
         grip_style = none
         boxfill
         {
-            fill_style = plain
+            fill_style = gradient
+            orientation = automatic
+            shade_start = 1.05
+            shade_end = 0.95
         }
     }
 }
@@ -289,8 +292,8 @@
 widget_class "*GtkVScale*"         style "scale"
 class "*GtkVScale*"                style "scale"
 
-widget_class "*.GtkProgress*"      style "progress"
-class "*.GtkProgress*"             style "progress"
+widget_class "*GtkProgress*"       style "progress"
+class "*GtkProgress*"              style "progress"
 
 widget "gtk-tooltips*"             style "tooltips"
 

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to