From 82cf46d7818cc5a23efaeaacf360de6783dcf336 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 14 Jan 2020 17:53:55 -0700 Subject: [PATCH] add styling specifics for TreeViews so that checkboxes are properly visible --- gtk2_ardour/clearlooks.rc.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 5cbb08962b..f886d921c6 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -1065,6 +1065,12 @@ style "vca_label_bar" = "medium_bold_text" fg[NORMAL] = @lightest } +style "ardour_treeviews" = "default" +{ + # used to draw the border of checkboxes + bg[NORMAL] = @somewhat_bright_indicator +} + class "GtkWidget" style:highest "default" class "GtkSpinButton" style:highest "spin_button" class "GtkEntry" style "entry" # not :highest to allow instances to override this @@ -1074,6 +1080,7 @@ class "GtkButton" style:highest "ardour_button" class "GtkCheckButton" style:highest "ardour_button" class "GtkArrow" style:highest "tearoff_arrow" class "GtkProgressBar" style:highest "ardour_progressbars" +class "GtkTreeView" style:highest "ardour_treeviews" widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor" widget "*MarkerText" style:highest "marker_text"