move mixer window arrangement back the way it was
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 6 Feb 2008 03:07:16 +0000 (03:07 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 6 Feb 2008 03:07:16 +0000 (03:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3017 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/mixer_ui.cc

index be9f9f74f4edfe33c4c76eb9235d8bf2b097992d..6f191d68560eb9cb1c7abd94653b23b386be07fc 100644 (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)));