13
0

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
This commit is contained in:
Carl Hetherington 2011-11-01 02:08:42 +00:00
parent dd989dfe96
commit 765b78817f

View File

@ -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);