mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
move region information preferences into Appearance
This makes some space on the Editor tab/page, and they were more appearance related anyway
This commit is contained in:
parent
acac9ac006
commit
70e97e2724
1 changed files with 8 additions and 7 deletions
|
|
@ -3120,12 +3120,9 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
parameter_changed ("enable-translation");
|
||||
#endif // ENABLE_NLS
|
||||
|
||||
add_option (_("Appearance/Regions"), new OptionEditorHeading (_("Region Information")));
|
||||
|
||||
/* EDITOR *******************************************************************/
|
||||
|
||||
add_option (_("Editor"), new OptionEditorHeading (_("Region Information")));
|
||||
|
||||
add_option (_("Editor"),
|
||||
add_option (_("Appearance/Regions"),
|
||||
new BoolOption (
|
||||
"show-region-xrun-markers",
|
||||
_("Show xrun markers in regions"),
|
||||
|
|
@ -3133,7 +3130,7 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_xrun_markers)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
add_option (_("Appearance/Regions"),
|
||||
new BoolOption (
|
||||
"show-region-cue-markers",
|
||||
_("Show cue markers in regions"),
|
||||
|
|
@ -3141,7 +3138,7 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_cue_markers)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
add_option (_("Appearance/Regions"),
|
||||
new BoolComboOption (
|
||||
"show-region-gain-envelopes",
|
||||
_("Show gain envelopes in audio regions"),
|
||||
|
|
@ -3151,6 +3148,10 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_gain)
|
||||
));
|
||||
|
||||
|
||||
|
||||
/* EDITOR *******************************************************************/
|
||||
|
||||
add_option (_("Editor"), new OptionEditorHeading (_("Scroll and Zoom Behaviors")));
|
||||
|
||||
if (!Profile->get_mixbus()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue