mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
move mixer window arrangement back the way it was
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3017 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f6b7d592f1
commit
079c83f6dd
1 changed files with 2 additions and 2 deletions
|
|
@ -194,8 +194,8 @@ Mixer_UI::Mixer_UI ()
|
|||
global_hpacker.pack_start (scroller, true, true);
|
||||
global_hpacker.pack_start (out_packer, false, false, 12);
|
||||
|
||||
list_hpane.add1(global_hpacker);
|
||||
list_hpane.add2(list_vpacker);
|
||||
list_hpane.add1(list_vpacker);
|
||||
list_hpane.add2(global_hpacker);
|
||||
|
||||
rhs_pane1.signal_size_allocate().connect (bind (mem_fun(*this, &Mixer_UI::pane_allocation_handler),
|
||||
static_cast<Gtk::Paned*> (&rhs_pane1)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue