gtk-engines r1235 - in trunk: . themes/Clearlooks/gtk-2.0 themes/Industrial/gtk-2.0



Author: bberg
Date: Thu Aug 14 22:44:20 2008
New Revision: 1235
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1235&view=rev

Log:
2008-08-15  Benjamin Berg  <benjamin sipsolutions net>

	* themes/Clearlooks/gtk-2.0/gtkrc:
	* themes/Industrial/gtk-2.0/gtkrc:
	Add gecko's entry workaround style property to the gtkrcs.


Modified:
   trunk/ChangeLog
   trunk/themes/Clearlooks/gtk-2.0/gtkrc
   trunk/themes/Industrial/gtk-2.0/gtkrc

Modified: trunk/themes/Clearlooks/gtk-2.0/gtkrc
==============================================================================
--- trunk/themes/Clearlooks/gtk-2.0/gtkrc	(original)
+++ trunk/themes/Clearlooks/gtk-2.0/gtkrc	Thu Aug 14 22:44:20 2008
@@ -34,6 +34,11 @@
 	# Glow the tasklist by changing the color, instead of overlaying it with a rectangle
 	WnckTasklist   ::fade-overlay-rect    = 0
 
+	# The following line hints to gecko (and possibly other appliations)
+	# that the entry should be drawn transparently on the canvas.
+	# Without this, gecko will fill in the background of the entry.
+	GtkEntry       ::honors-transparent-bg-hint = 1
+
 	xthickness = 1
 	ythickness = 1
 

Modified: trunk/themes/Industrial/gtk-2.0/gtkrc
==============================================================================
--- trunk/themes/Industrial/gtk-2.0/gtkrc	(original)
+++ trunk/themes/Industrial/gtk-2.0/gtkrc	Thu Aug 14 22:44:20 2008
@@ -33,6 +33,11 @@
 
   GtkRange::activate-slider = 1
 
+  # The following line hints to gecko (and possibly other appliations)  
+  # that the entry should be drawn transparently on the canvas.
+  # Without this, gecko will fill in the background of the entry.           
+  GtkEntry::honors-transparent-bg-hint = 1
+
 
   # color definitions
   bg[NORMAL]		= @bg_color



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