X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmonitor_section.cc;fp=gtk2_ardour%2Fmonitor_section.cc;h=e52b48c7c75e2bbcf244aa5a56e2bbfc1b15cdce;hb=30b087ab3d28f1585987fa3f6ae006562ae192e3;hp=4ec75a4ce42ce1e2f54b1a4f20ef6dce5e9cb131;hpb=cb956e3e480716a3efd280a5287bdd7bee1cedc5;p=ardour.git diff --git a/gtk2_ardour/monitor_section.cc b/gtk2_ardour/monitor_section.cc index 4ec75a4ce4..e52b48c7c7 100644 --- a/gtk2_ardour/monitor_section.cc +++ b/gtk2_ardour/monitor_section.cc @@ -441,9 +441,9 @@ MonitorSection::MonitorSection (Session* s) vpacker.pack_start (master_packer, false, false, PX_SCALE(10)); vpacker.pack_end (*out_packer, false, false, #ifdef MIXBUS - scrollbar_height - 2 /* no outer frame */ + scrollbar_height - 2 /* no outer sample */ #else - scrollbar_height + 2 /* frame borders */ + scrollbar_height + 2 /* sample borders */ #endif );