From f295c960166afdb31120773a177d851033f3cc87 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 16 Aug 2011 14:45:19 +0000 Subject: [PATCH] change packing options within mixer window to fix #4271 git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@9999 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 a742ea313..644a51f88 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -173,8 +173,8 @@ Mixer_UI::Mixer_UI () #else global_hpacker.pack_start (out_packer, false, false, 12); #endif - list_hpane.add1(list_vpacker); - list_hpane.add2(global_hpacker); + list_hpane.pack1(list_vpacker, true, true); + list_hpane.pack2(global_hpacker, true, false); rhs_pane1.signal_size_allocate().connect (sigc::bind (sigc::mem_fun(*this, &Mixer_UI::pane_allocation_handler), static_cast (&rhs_pane1))); -- 2.11.4.GIT