From 079c83f6dd390a6e61d2c07e1cfb9f39afd382c1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 6 Feb 2008 03:07:16 +0000 Subject: 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 --- gtk2_ardour/mixer_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index be9f9f74f4..6f191d6856 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -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 (&rhs_pane1))); -- cgit v1.2.3