diff options
Diffstat (limited to 'modules')
-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" |