13
0

narrow-mixer strip tweak:

make rec-enable and iso/lock buttons
vertically align with I/O and M/S buttons.

git-svn-id: svn://localhost/ardour2/branches/3.0@13835 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2013-01-12 03:22:29 +00:00
parent db026c5ae4
commit e40a8b384b

View File

@ -207,7 +207,7 @@ MixerStrip::init ()
top_button_table.attach (*monitor_disk_button, 1, 2, 0, 1);
top_button_table.show ();
rec_solo_table.set_homogeneous (false);
rec_solo_table.set_homogeneous (true);
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);