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:
Paul Davis 2008-02-06 03:07:16 +00:00
parent f6b7d592f1
commit 079c83f6dd

View file

@ -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)));