mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
feat: More finetuning for font sizes
This commit is contained in:
parent
1d16706ab3
commit
8f221f3ca2
@ -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…
Reference in New Issue
Block a user