diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 4b20043d15..a386453754 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -967,6 +967,12 @@ style "processor_list" = "very_small_text" bg[ACTIVE] = shade (1.8, @fg_selected) fg[ACTIVE] = @bases } +style "processor_scroller" +{ + bg[ACTIVE] = @bases + ythickness = 1 + xthickness = 0 +} # MixerPanZone: # @@ -1255,6 +1261,7 @@ widget "*LocationEditRemoveButton*" style:highest "location_row_button" widget "*ChannelCountSelector" style:highest "medium_bold_entry" widget "*RegionListWholeFile" style:highest "treeview_parent_node" widget "*ProcessorList*" style:highest "processor_list" +widget "*ProcessorScroller*" style:highest "processor_scroller" widget "*PortMatrixLabel*" style:highest "small_text" widget "*MainMenuBar" style:highest "status_bar_box" widget "*midi device" style:highest "midi_device" diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index b69657f4cc..4f34c90d06 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -1961,6 +1961,7 @@ ProcessorBox::ProcessorBox (ARDOUR::Session* sess, boost::function