13
0

LT: pack the Master bus on the left side of mixer

This commit is contained in:
Ben Loftis 2024-05-02 09:10:22 -05:00
parent ff0a61e871
commit 76a8f05954

View File

@ -387,7 +387,10 @@ Mixer_UI::Mixer_UI ()
_content.pack_start (list_hpane, true, true);
} else {
_content.pack_start (scroller, true, true);
HBox *box = manage (new HBox());
box->pack_start (out_packer, false, false);
box->pack_start (scroller, true, true);
_content.pack_start(*box);
}
update_title ();