mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Revert another sample/frame confusion
This commit is contained in:
parent
2a8bda01b1
commit
8dc883ebfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue