narrow-mixer strip tweak:
authorRobin Gareus <robin@gareus.org>
Sat, 12 Jan 2013 03:22:29 +0000 (03:22 +0000)
committerRobin Gareus <robin@gareus.org>
Sat, 12 Jan 2013 03:22:29 +0000 (03:22 +0000)
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

index 68c27f9ca9912ec6e5f92f72f6c9487033dddf3d..0f1d78d5bff567cd64b9fd8a2bef39c1d8d9ccae 100644 (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);