fix computation of rectangle bounding box
[ardour.git] / gtk2_ardour / midi_time_axis.cc
index b4841a50c6f4ba133d39c3ac9cfa7b5ec2a1e375..002efb9910f2b6cf9b015096efbbb581f42a28e9 100644 (file)
@@ -199,7 +199,7 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> 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";