From c2eea34fb0b419405e24d67f77ce3464ac95c0a6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Dec 2014 14:09:33 +0100 Subject: [PATCH] add note that font-scale changes require a restart. --- gtk2_ardour/rc_option_editor.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 3a84425022..dd1419a38e 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -549,6 +549,8 @@ public: _box->pack_start (*h, false, false); + set_note (_("Major font-scale changes require an application restart to re-layout.")); + _dpi_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &FontScalingOptions::dpi_changed)); }