diff --git a/gtk2_ardour/monitor_section.cc b/gtk2_ardour/monitor_section.cc index 808c9d8e03..bdc8868738 100644 --- a/gtk2_ardour/monitor_section.cc +++ b/gtk2_ardour/monitor_section.cc @@ -436,9 +436,9 @@ MonitorSection::MonitorSection () vpacker.pack_start (master_packer, false, false, PX_SCALE(10)); vpacker.pack_end (*out_packer, false, false, #ifdef MIXBUS - scrollbar_height - 2 /* no outer sample */ + scrollbar_height - 2 /* no outer frame */ #else - scrollbar_height + 2 /* sample borders */ + scrollbar_height + 2 /* frame borders */ #endif );