mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
parent
cf70348200
commit
57758e1a58
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user