mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-07 11:44:38 +02:00
Allow more font sizes for editor on Label generator page
This commit is contained in:
parent
125ace00db
commit
9c87202509
1 changed files with 11 additions and 3 deletions
|
@ -187,12 +187,20 @@ Editor.defaultConfig = {
|
||||||
},
|
},
|
||||||
'fontSize': {
|
'fontSize': {
|
||||||
options: [
|
options: [
|
||||||
8,
|
|
||||||
11,
|
|
||||||
13,
|
|
||||||
'default',
|
'default',
|
||||||
|
8,
|
||||||
|
9,
|
||||||
|
10,
|
||||||
|
11,
|
||||||
|
12,
|
||||||
|
13,
|
||||||
|
14,
|
||||||
|
15,
|
||||||
|
16,
|
||||||
17,
|
17,
|
||||||
|
18,
|
||||||
19,
|
19,
|
||||||
|
20,
|
||||||
21,
|
21,
|
||||||
],
|
],
|
||||||
supportAllValues: true
|
supportAllValues: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue