Fix display of new tracks.
git-svn-id: svn://localhost/ardour2/branches/3.0@9478 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
69e8f4221c
commit
0ae6682bf8
@ -168,6 +168,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
|
||||
_controls_padding_table.set_row_spacings (2);
|
||||
_controls_padding_table.set_col_spacings (0);
|
||||
_controls_padding_table.attach (controls_table, 1, 2, 1, 2);
|
||||
_controls_padding_table.show ();
|
||||
|
||||
controls_vbox.pack_start (_controls_padding_table, false, false);
|
||||
controls_vbox.pack_end (resizer_box, false, false);
|
||||
|
Loading…
Reference in New Issue
Block a user