Fix placement of automation child tracks.
git-svn-id: svn://localhost/ardour2/branches/3.0@3753 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d1536050b6
commit
3d976c5b72
@ -1046,8 +1046,8 @@ TimeAxisView::compute_controls_size_info ()
|
|||||||
Gtk::Table one_row_table (1, 8);
|
Gtk::Table one_row_table (1, 8);
|
||||||
Button* buttons[5];
|
Button* buttons[5];
|
||||||
const int border_width = 2;
|
const int border_width = 2;
|
||||||
const int extra_height = (2 * border_width);
|
const int extra_height = (2 * border_width)
|
||||||
+ 2 // 2 pixels for the hseparator between TimeAxisView control areas
|
//+ 2 // 2 pixels for the hseparator between TimeAxisView control areas
|
||||||
+ 10; // resizer button (3 x 2 pixel elements + 2 x 2 pixel gaps)
|
+ 10; // resizer button (3 x 2 pixel elements + 2 x 2 pixel gaps)
|
||||||
|
|
||||||
window.add (one_row_table);
|
window.add (one_row_table);
|
||||||
|
Loading…
Reference in New Issue
Block a user