more descriptive style names for the ComboBox thickness style

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


svn path=/trunk/; revision=19888
This commit is contained in:
Alberto Ruiz 2008-03-16 03:57:38 +00:00 committed by Alberto Ruiz
parent 67140c9d3b
commit f8d5b8cdef
2 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,7 @@
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
2008-03-16 Alberto Ruiz <aruiz@gnome.org>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:

View File

@ -56,14 +56,11 @@ binding "ms-windows-tree-view"
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"