Allow more font sizes for editor on Label generator page

This commit is contained in:
Jan Böhmer 2022-09-21 16:16:59 +02:00
parent 125ace00db
commit 9c87202509

View file

@ -187,12 +187,20 @@ Editor.defaultConfig = {
},
'fontSize': {
options: [
8,
11,
13,
'default',
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
],
supportAllValues: true