diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index 96123394e3..ef4c6ed441 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -195,7 +195,7 @@ MixerStrip::init () } width_button.set_icon (ArdourIcon::StripWidth); - hide_button.set_tweaks (ArdourButton::Square); + width_button.set_tweaks (ArdourButton::Square); set_tooltip (width_button, t); hide_button.set_icon (ArdourIcon::HideEye);