13
0

L: pad the left and right of the editor and mixer sections

This commit is contained in:
Ben Loftis 2024-05-09 13:17:06 -05:00
parent f6ff392501
commit 48bbd17af2

View File

@ -586,9 +586,11 @@ ARDOUR_UI::livetrax_setup_windows ()
livetrax_edit_hscrollbar->show ();
vb->pack_start (livetrax_section_pane, true, true);
livetrax_editor_bar.pack_start (*vb, true, true, 12);
livetrax_section_pane.set_divider(0, 0.99);
livetrax_mixer_bar.pack_start (mixer->contents(), true, true);
livetrax_mixer_bar.pack_start (mixer->contents(), true, true, 12);
we_have_dependents ();