Revert another sample/frame confusion

This commit is contained in:
Robin Gareus 2019-04-12 02:44:23 +02:00
parent 2a8bda01b1
commit 8dc883ebfa
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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
);