gtk+ r19888 - in trunk: . modules/engines/ms-windows/Theme/gtk-2.0



Author: aruiz
Date: Sun Mar 16 03:57:38 2008
New Revision: 19888
URL: http://svn.gnome.org/viewvc/gtk+?rev=19888&view=rev

Log:
2008-03-16  Alberto Ruiz <aruiz gnome org>
	* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive style
	names for the ComboBox thickness style



Modified:
   trunk/ChangeLog
   trunk/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

Modified: trunk/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc
==============================================================================
--- trunk/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc	(original)
+++ trunk/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc	Sun Mar 16 03:57:38 2008
@@ -56,14 +56,11 @@
 
 class "GtkTreeView" binding "ms-windows-tree-view"
 
-style "cosa" = "msw-default"
+style "msw-combobox-thickness" = "msw-default"
 {
   xthickness = 0 
   ythickness = 0
-} widget_class "*TreeView*ComboBox*" style "cosa"
+}
 
-style "cosa" = "msw-default"
-{
-  xthickness = 0 
-  ythickness = 0
-} widget_class "*ComboBox*GtkFrame*" style "cosa"
+widget_class "*TreeView*ComboBox*" style "msw-combobox-thickness"
+widget_class "*ComboBox*GtkFrame*" style "msw-combobox-thickness"



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