From 80e1687482e653ecc3d92397451d54ade0a213f4 Mon Sep 17 00:00:00 2001 From: nick_m Date: Sun, 15 Mar 2015 03:00:06 +1100 Subject: [PATCH] Keep the left hand list pane of the mixer the same size when resizing the mixer window (thanks JohnE). Speeds up redisplay a bit. --- gtk2_ardour/mixer_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index 94f6d5d71a..85e68da880 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -201,7 +201,7 @@ Mixer_UI::Mixer_UI () #else global_hpacker.pack_start (out_packer, false, false, 12); #endif - list_hpane.pack1(list_vpacker, true, true); + list_hpane.pack1(list_vpacker, false, false); list_hpane.pack2(global_hpacker, true, false); rhs_pane1.signal_size_allocate().connect (sigc::bind (sigc::mem_fun(*this, &Mixer_UI::pane_allocation_handler),