13
0
Fork 0

L: pack the track-sizer menu atop track headers

This commit is contained in:
Ben Loftis 2024-05-07 15:51:57 -05:00
parent 796720b685
commit 7e2ebca512
1 changed files with 7 additions and 0 deletions

View File

@ -687,6 +687,10 @@ Editor::Editor ()
UI::instance()->set_tip (solo_btn, _("When active, something is soloed.\nClick to de-solo everything"));
solo_btn.set_related_action (ActionManager::get_action (X_("Main"), X_("cancel-solo")));
VBox *tsizer = manage(new VBox);
tsizer->pack_end(_track_box, false, false, 4);
time_bars_hbox.pack_start (*tsizer, true, true);
time_bars_hbox.pack_start (_livetrax_btn_rec_all, true, true);
time_bars_hbox.pack_start (solo_btn, true, true);
time_bars_event_box.add (time_bars_hbox);
@ -3399,6 +3403,9 @@ Editor::setup_toolbar ()
mouse_mode_size_group->add_widget (zoom_focus_selector);
mouse_mode_size_group->add_widget (tav_shrink_button);
mouse_mode_size_group->add_widget (tav_expand_button);
#ifdef LIVETRAX
mouse_mode_size_group->add_widget (visible_tracks_selector);
#endif
} else {
mouse_mode_size_group->add_widget (zoom_preset_selector);
mouse_mode_size_group->add_widget (visible_tracks_selector);