summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-12 03:22:29 +0000
committerRobin Gareus <robin@gareus.org>2013-01-12 03:22:29 +0000
commite40a8b384b085a76f5f91aa5c43fb5d580bb5032 (patch)
tree7857b6500b5c09f363ad5567612dd4b9df72cd01 /gtk2_ardour
parentdb026c5ae413afb6b17d69d09b8e89367073888d (diff)
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
Diffstat (limited to 'gtk2_ardour')
-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 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);