13
0

Set Treeview row colors in rc file, to override any desktop theme settings

git-svn-id: svn://localhost/ardour2/trunk@1092 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2006-11-07 22:26:54 +00:00
parent 8420672b91
commit 48ec69b29f

View File

@ -85,6 +85,8 @@ style "default_base" = "medium_text"
GtkButton::default_outside_border = { 0, 0, 0, 0 }
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
GtkTreeView::even-row-color = { 0.10, 0.10, 0.10 }
GtkTreeView::odd-row-color = { 0, 0, 0 }
fg[NORMAL] = { 0.80, 0.80, 0.80 }
fg[ACTIVE] = { 0.80, 0.80, 0.80 }