summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-17 07:41:21 +0000
committerDoug McLain <doug@nostar.net>2006-03-17 07:41:21 +0000
commit202fa5bb783a5d70c49aba8e3bddef96776ba703 (patch)
treebf338477b801aafa0f4c0f7f69247d8b57f8687e /gtk2_ardour/ardour2_ui.rc
parenteea23395afe8a0eda40ef5cdaeeca82c6805b3c7 (diff)
fix for another broken prompter
git-svn-id: svn://localhost/trunk/ardour2@402 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 929a1b5a06..d48f266b45 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -667,8 +667,12 @@ style "track_list_display" = "small_bold_text"
base[SELECTED] = { 0, 0, 0 }
}
-style "redirect_list_display" = "small_bold_text"
+style "redirect_list_display"
{
+ GtkTreeView::horizontal-separator = 0
+ GtkTreeView::vertical-separator = 0
+
+ font_name = "sans 7"
text[NORMAL] = { 0.80, 0.80, 0.80 }
text[ACTIVE] = { 0.0, 0.0, 0.9 }
text[INSENSITIVE] = { 0, 0, 0 }