mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 01:04:41 +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': {
|
||||
options: [
|
||||
8,
|
||||
11,
|
||||
13,
|
||||
'default',
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
],
|
||||
supportAllValues: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue