Set font range

This commit is contained in:
Jorik Schellekens 2020-05-13 15:36:53 +01:00
parent fea219915f
commit 20ec900405
2 changed files with 3 additions and 7 deletions

View file

@ -174,12 +174,12 @@ export const SETTINGS = {
"fontSizeMin": {
displayName: _td("Min font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: 14,
default: 13,
},
"fontSizeMax": {
displayName: _td("Max font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: 24,
default: 20,
},
"useCustomFontSize": {
displayName: _td("Custom font size"),