From e40a8b384b085a76f5f91aa5c43fb5d580bb5032 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 12 Jan 2013 03:22:29 +0000 Subject: [PATCH] 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 --- 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 68c27f9ca9..0f1d78d5bf 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -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);