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