add note that font-scale changes require a restart.
This commit is contained in:
parent
4e2673ca2c
commit
c2eea34fb0
@ -549,6 +549,8 @@ public:
|
|||||||
|
|
||||||
_box->pack_start (*h, false, false);
|
_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));
|
_dpi_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &FontScalingOptions::dpi_changed));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user