LT: pack the Master bus on the left side of mixer
This commit is contained in:
parent
ff0a61e871
commit
76a8f05954
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user