feat: More finetuning for font sizes
This commit is contained in:
parent
72a8b5a348
commit
c79725280b
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class SettingsStyleView extends StatelessWidget {
|
||||||
Slider(
|
Slider(
|
||||||
min: 0.5,
|
min: 0.5,
|
||||||
max: 2.5,
|
max: 2.5,
|
||||||
divisions: 4,
|
divisions: 8,
|
||||||
value: AppConfig.fontSizeFactor,
|
value: AppConfig.fontSizeFactor,
|
||||||
semanticFormatterCallback: (d) => d.toString(),
|
semanticFormatterCallback: (d) => d.toString(),
|
||||||
onChanged: controller.changeFontSizeFactor,
|
onChanged: controller.changeFontSizeFactor,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue