Patch from lincoln to add track resize buttons to the top-left corner of the editor...
[ardour.git] / gtk2_ardour / time_axis_view.cc
index b0618fdb028f7ec91c126531a27d91779d1fe386..921d0424d60c0def16389cd0e97f7bd0f55637df 100644 (file)
@@ -133,6 +133,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session& sess, PublicEditor& ed, TimeAxisVie
 
        name_hbox.show ();
 
+       controls_table.set_size_request (200);
        controls_table.set_border_width (2);
        controls_table.set_row_spacings (0);
        controls_table.set_col_spacings (0);