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:
committed by
Alberto Ruiz
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>
|
2008-03-16 Alberto Ruiz <aruiz@gnome.org>
|
||||||
|
|
||||||
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
|
* 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"
|
class "GtkTreeView" binding "ms-windows-tree-view"
|
||||||
|
|
||||||
style "cosa" = "msw-default"
|
style "msw-combobox-thickness" = "msw-default"
|
||||||
{
|
{
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 0
|
ythickness = 0
|
||||||
} widget_class "*TreeView*ComboBox*" style "cosa"
|
}
|
||||||
|
|
||||||
style "cosa" = "msw-default"
|
widget_class "*TreeView*ComboBox*" style "msw-combobox-thickness"
|
||||||
{
|
widget_class "*ComboBox*GtkFrame*" style "msw-combobox-thickness"
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
} widget_class "*ComboBox*GtkFrame*" style "cosa"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user