summaryrefslogtreecommitdiff
path: root/modules/engines
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2008-03-16 03:57:38 +0000
committerAlberto Ruiz <aruiz@src.gnome.org>2008-03-16 03:57:38 +0000
commitf8d5b8cdeff9b1920ea26f4f3211cd61fe046dd4 (patch)
tree937734fa92ea8a1670148da6d745185fe18a006e /modules/engines
parent67140c9d3b8cf0699853f5832cdbec64620e5a81 (diff)
downloadgtk+-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-xmodules/engines/ms-windows/Theme/gtk-2.0/gtkrc11
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"