disable even/odd row highlight for GtKTreeview.

Almost all TreeViews in Ardour had this disabled.
A few cases where it wasn't produced odd rendering artifacts. e.g.:

* Radio-buttons in the Plugin Manager used "base color" regardless of even/odd lines
* Sortable trees only used even/odd background for the sort-column (not others)
This commit is contained in:
Robin Gareus
2015-09-16 18:07:23 +02:00
parent 1691e965a5
commit 7e65835c0e

View File

@@ -6,8 +6,8 @@ style "default" = "medium_text"
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
GtkTreeView::even-row-color = shade(0.25,@bases)
GtkTreeView::odd-row-color = lighter(lighter(@bases))
GtkTreeView::even-row-color = @bases
GtkTreeView::odd-row-color = @bases
GtkWidget :: focus-line-pattern = "\001\001" # Dash pattern used to draw the focus indicator.
GtkWidget :: focus-line-width = 1 # [ 1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.