From d4070a7e3ed7975cf975822a0bb91e5018be93f0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 May 2016 16:33:03 -0400 Subject: [PATCH] pre-size TimeAxisView controls_table to something more like the correct rows x cols --- gtk2_ardour/time_axis_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index 2ce40844c5..8415dfe8d1 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -88,7 +88,7 @@ TimeAxisView::setup_sizes() TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisView* rent, Canvas& /*canvas*/) : AxisView (sess) - , controls_table (3, 3) + , controls_table (5, 4) , controls_button_size_group (Gtk::SizeGroup::create (Gtk::SIZE_GROUP_BOTH)) , _name_editing (false) , height (0)