mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
ui: mixer: remove extraneous outline around strip processor list
This commit is contained in:
parent
b8317c9b87
commit
bf0d73b3f1
2 changed files with 8 additions and 0 deletions
|
|
@ -1961,6 +1961,7 @@ ProcessorBox::ProcessorBox (ARDOUR::Session* sess, boost::function<PluginSelecto
|
|||
no_processor_redisplay = false;
|
||||
|
||||
processor_scroller.set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);
|
||||
processor_scroller.set_name ("ProcessorScroller");
|
||||
processor_scroller.add (processor_display);
|
||||
pack_start (processor_scroller, true, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue