mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🐛 Put a limit of 100 on max font size
This will prevent Atom from crashing, but still allow folks who need large font sizes for visual impairments to have them. Fix #4880
This commit is contained in:
@@ -108,6 +108,7 @@ module.exports =
|
||||
type: 'integer'
|
||||
default: 16
|
||||
minimum: 1
|
||||
maximum: 100
|
||||
lineHeight:
|
||||
type: ['string', 'number']
|
||||
default: 1.3
|
||||
|
||||
Reference in New Issue
Block a user