mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
Backport Mixbus change (offer gap as preference)
Mixbus defaults this to on (4px), Ardour to off (0px)
This commit is contained in:
parent
6f4f28928d
commit
201d7cb2fd
1 changed files with 0 additions and 2 deletions
|
|
@ -3695,7 +3695,6 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_name)
|
||||
));
|
||||
|
||||
#ifndef MIXBUS // hide this setting in Mixbus. Always on, 4px
|
||||
ComboOption<uint32_t>* gap = new ComboOption<uint32_t> (
|
||||
"vertical-region-gap",
|
||||
_("Add a visual gap below Audio Regions"),
|
||||
|
|
@ -3706,7 +3705,6 @@ RCOptionEditor::RCOptionEditor ()
|
|||
gap->add (2, _("Small"));
|
||||
gap->add (4, _("Large"));
|
||||
add_option (_("Appearance/Editor"), gap);
|
||||
#endif
|
||||
|
||||
add_option (_("Appearance/Editor"), new OptionEditorHeading (_("Waveforms")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue