mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
Merge pull request #6526 from atom/ld-bug-4880
🐛 Put a limit of 100 on max font size
This commit is contained in:
commit
3fd5a680dc
@ -108,6 +108,7 @@ module.exports =
|
||||
type: 'integer'
|
||||
default: 16
|
||||
minimum: 1
|
||||
maximum: 100
|
||||
lineHeight:
|
||||
type: ['string', 'number']
|
||||
default: 1.3
|
||||
|
Loading…
Reference in New Issue
Block a user