diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2008-03-16 03:57:38 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@src.gnome.org> | 2008-03-16 03:57:38 +0000 |
commit | f8d5b8cdeff9b1920ea26f4f3211cd61fe046dd4 (patch) | |
tree | 937734fa92ea8a1670148da6d745185fe18a006e /modules/engines | |
parent | 67140c9d3b8cf0699853f5832cdbec64620e5a81 (diff) | |
download | gtk+-f8d5b8cdeff9b1920ea26f4f3211cd61fe046dd4.tar.gz |
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
Diffstat (limited to 'modules/engines')
-rwxr-xr-x | modules/engines/ms-windows/Theme/gtk-2.0/gtkrc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc index 07fa1a3729..162265f7d7 100755 --- a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc +++ b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc @@ -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" |