diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | modules/engines/ms-windows/Theme/gtk-2.0/gtkrc | 11 |
2 files changed, 8 insertions, 7 deletions
@@ -1,4 +1,8 @@ 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: * modules/engines/ms-windows/msw_style.c (draw_box) (draw_arrow) 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" |