From cead758f782602795c682ce8ad78433802e67dec Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 2 Aug 2023 17:44:19 -0700 Subject: [PATCH] add label to scaling slider --- lib/views/globalsettingsview.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/globalsettingsview.dart b/lib/views/globalsettingsview.dart index 25850553..7adde168 100644 --- a/lib/views/globalsettingsview.dart +++ b/lib/views/globalsettingsview.dart @@ -232,6 +232,7 @@ class _GlobalSettingsViewState extends State { min: 0.5, divisions: 12, max: 2.0, + label: '${settings.fontScaling * 100}%', activeColor: settings.current().defaultButtonColor, thumbColor: settings.current().mainTextColor, overlayColor: MaterialStateProperty.all(settings.current().mainTextColor),