From c14f6c59dbb3d163d901a1da169c7838ed39ea04 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Dec 2014 15:01:49 +0100 Subject: apply font-scale to overall layout (rulers, track-header) - fixes #6088 --- gtk2_ardour/time_axis_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 7ea0f580f5..7935d4025d 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -100,6 +100,8 @@ class TimeAxisView : public virtual AxisView static PBD::Signal1 CatchDeletion; + static void setup_sizes (); + /** @return index of this TimeAxisView within its parent */ int order () const { return _order; } -- cgit v1.2.3