summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-03-15 03:00:06 +1100
committernick_m <mainsbridge@gmail.com>2015-03-15 03:00:06 +1100
commit80e1687482e653ecc3d92397451d54ade0a213f4 (patch)
tree9afa5ee8e3a174ef427eb12d9e9396a199aad976 /gtk2_ardour/mixer_ui.cc
parentbf72a02f744b87f941b43dd70cfda1a11bf8578b (diff)
Keep the left hand list pane of the mixer the same size when resizing
the mixer window (thanks JohnE). Speeds up redisplay a bit.
Diffstat (limited to 'gtk2_ardour/mixer_ui.cc')
-rw-r--r--gtk2_ardour/mixer_ui.cc2
1 files changed, 1 insertions, 1 deletions
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),