diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 05278a3520..24d4c13903 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -790,7 +790,7 @@ AutomationTimeAxisView::add_line (boost::shared_ptr line) _line = line; - line->set_height (height); + line->set_height (height - 2.5); /* pick up the current state */ automation_state_changed ();