mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
Merge branch 'font-granularity' into 'main'
Increase font size granularity Closes #594 See merge request famedly/fluffychat!621
This commit is contained in:
commit
298898e245
@ -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