Fix placement of automation child tracks.
authorDavid Robillard <d@drobilla.net>
Thu, 18 Sep 2008 17:42:11 +0000 (17:42 +0000)
committerDavid Robillard <d@drobilla.net>
Thu, 18 Sep 2008 17:42:11 +0000 (17:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@3753 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/time_axis_view.cc

index 1ff6b3d363f7af547560156175d505702c115ace..f31ee1a10cb8c2016937029de76b175bd8496aa3 100644 (file)
@@ -1046,8 +1046,8 @@ TimeAxisView::compute_controls_size_info ()
        Gtk::Table one_row_table (1, 8);
        Button* buttons[5];
        const int border_width = 2;
-       const int extra_height = (2 * border_width)
-               + 2   // 2 pixels for the hseparator between TimeAxisView control areas
+       const int extra_height = (2 * border_width)
+               //+ 2   // 2 pixels for the hseparator between TimeAxisView control areas
                + 10; // resizer button (3 x 2 pixel elements + 2 x 2 pixel gaps)
 
        window.add (one_row_table);