pre-size TimeAxisView controls_table to something more like the correct rows x cols

This commit is contained in:
Paul Davis 2016-05-21 16:33:03 -04:00
parent f022784014
commit d4070a7e3e

View file

@ -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)