From ef184b54f2a94546abfd10395f959efaa6ddb135 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 9 Jan 2017 12:29:24 +0000 Subject: use reduced height for automation lines when firrst added, not just after a resizing --- gtk2_ardour/automation_time_axis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.cc') 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 (); -- cgit v1.2.3