forked from AuroraMiddleware/gtk
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:
parent
67140c9d3b
commit
f8d5b8cdef
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user