Increase font size granularity

Fix #594
This commit is contained in:
S1m 2021-12-12 19:37:42 +01:00
parent cf70348200
commit 57758e1a58
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class SettingsStyleView extends StatelessWidget {
Slider(
min: 0.5,
max: 2.5,
divisions: 8,
divisions: 20,
value: AppConfig.fontSizeFactor,
semanticFormatterCallback: (d) => d.toString(),
onChanged: controller.changeFontSizeFactor,