mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
pre-size TimeAxisView controls_table to something more like the correct rows x cols
This commit is contained in:
parent
f022784014
commit
d4070a7e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue