summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-01 02:08:42 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-01 02:08:42 +0000
commit765b78817f1a59627d099e4835280f7127ca3d68 (patch)
treea539618e287028fd8bca7bee3c610b0b64a44677 /gtk2_ardour/mixer_strip.cc
parentdd989dfe96a235f5fa8e280ab84aa818f1f83e8e (diff)
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
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
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);