X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmidi_time_axis.cc;h=a4ffc442a3f7414093be61da1ef2d90f5dd65a73;hb=4df3666738607039445ebc9fa083bf5c23ac5539;hp=6cdf63f033224c624d25fa127d54dd563251e37d;hpb=cd8180c864f5d02d7ce0515ed9f5b2ff4f6e1901;p=ardour.git diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc index 6cdf63f033..a4ffc442a3 100644 --- a/gtk2_ardour/midi_time_axis.cc +++ b/gtk2_ardour/midi_time_axis.cc @@ -201,7 +201,7 @@ MidiTimeAxisView::set_route (boost::shared_ptr rt) v->pack_start (*manage (new Label ("")), true, true); v->show (); h->show (); - controls_hbox.pack_start(*v); + controls_hbox.pack_start(*v, false, false); controls_ebox.set_name ("MidiTrackControlsBaseUnselected"); controls_base_selected_name = "MidiTrackControlsBaseSelected";