change: Change * to × in settings view
This commit is contained in:
parent
5056b83f6d
commit
eb5f329ac8
1 changed files with 2 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ class SettingsStyleView extends StatelessWidget {
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10n.of(context)!.fontSize),
|
title: Text(L10n.of(context)!.fontSize),
|
||||||
trailing: Text('* ${AppConfig.fontSizeFactor}'),
|
trailing: Text('× ${AppConfig.fontSizeFactor}'),
|
||||||
),
|
),
|
||||||
Slider.adaptive(
|
Slider.adaptive(
|
||||||
min: 0.5,
|
min: 0.5,
|
||||||
|
|
@ -155,7 +155,7 @@ class SettingsStyleView extends StatelessWidget {
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10n.of(context)!.bubbleSize),
|
title: Text(L10n.of(context)!.bubbleSize),
|
||||||
trailing: Text('* ${AppConfig.bubbleSizeFactor}'),
|
trailing: Text('× ${AppConfig.bubbleSizeFactor}'),
|
||||||
),
|
),
|
||||||
Slider.adaptive(
|
Slider.adaptive(
|
||||||
min: 0.5,
|
min: 0.5,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue