got arround ugly tree

git-svn-id: svn://code.dyne.org/veejay/trunk@1170 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-10 19:55:19 +00:00
parent b234b86b8a
commit a88e371692

View File

@@ -105,14 +105,31 @@ style "buttons"
base[INSENSITIVE] = "#27282f"
}
style "treeview" = "default"
{
engine "pixmap"
{
# don't draw the focus around listitems
image
{
function = FOCUS
}
}
}
style "header"
{
GtkTreeView::odd_row_color = "#2c2c2c"
GtkTreeView::even_row_color = "#555555"
}
class "GtkButton" style "buttons"
class "GtkSpinButton" style "buttons"
class "GtkToggleButton" style "buttons"
class "GtkCheckBox" style "buttons"
widget_class "*GtkTree*" style "text"
widget_class "*Tree*" style "header"
class "GtkTreeView" style "treeview"
class "GtkLabel" style "text"
class "*List" style "text"
class "GtkListItem" style "text"