13
0

L: pack master-bus on the right

This commit is contained in:
Ben Loftis 2024-05-24 08:21:46 -05:00
parent 00cd3ef62f
commit 3b191153cd

View File

@ -408,7 +408,7 @@ Mixer_UI::Mixer_UI ()
mbox->pack_start (out_packer, true, true);
HBox *box = manage (new HBox());
box->pack_start (*mbox, false, false);
box->pack_end (*mbox, false, false);
box->pack_start (scroller, true, true);
_content.pack_start(*box, false, false);