Set font range
This commit is contained in:
parent
fea219915f
commit
20ec900405
2 changed files with 3 additions and 7 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue