Update Mixbus Mon-section #ifdef

This commit is contained in:
Robin Gareus 2019-04-12 18:29:23 +02:00
parent 3da07e6736
commit 5a0b9a92a3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ 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 frame */
scrollbar_height /* no outer frame */
#else
scrollbar_height + 2 /* frame borders */
#endif