From f139fde438cea763212d1d8ea659f152c2bcf367 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Tue, 3 Jan 2006 17:47:09 +0000 Subject: [PATCH] added missing style to rc file for xfade editor line git-svn-id: svn://localhost/trunk/ardour2@234 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour2_ui.rc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc index 71f5d56e10..6503106204 100644 --- a/gtk2_ardour/ardour2_ui.rc +++ b/gtk2_ardour/ardour2_ui.rc @@ -1396,6 +1396,13 @@ style "cCrossfadeEditorBase" } widget "*cCrossfadeEditorBase" style "cCrossfadeEditorBase" +style "cCrossfadeEditorLine" +{ +fg[NORMAL] = { 0, 0, 0 } +fg[ACTIVE] = { 1.0, 0, 0 } +} +widget "*cCrossfadeEditorLine" style "cCrossfadeEditorLine" + style "cSelectedCrossfadeEditorLine" { fg[NORMAL] = { 0, 0.86, 0.86 }