From 765b78817f1a59627d099e4835280f7127ca3d68 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Nov 2011 02:08:42 +0000 Subject: [PATCH] Reclaim space when hiding only one of solo-isolate or solo-lock (#4417). git-svn-id: svn://localhost/ardour2/branches/3.0@10374 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index 501045bd18..32aeb5abec 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -220,7 +220,7 @@ MixerStrip::init () top_button_table.attach (*monitor_disk_button, 1, 2, 0, 1); top_button_table.show (); - rec_solo_table.set_homogeneous (true); + rec_solo_table.set_homogeneous (false); rec_solo_table.set_row_spacings (2); rec_solo_table.set_col_spacings (2); rec_solo_table.attach (*solo_isolated_led, 1, 2, 0, 1);