🐛 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:
Lee Dohm
2015-04-26 19:08:19 -07:00
parent 14161a63fe
commit 21ad8f9807

View File

@@ -108,6 +108,7 @@ module.exports =
type: 'integer'
default: 16
minimum: 1
maximum: 100
lineHeight:
type: ['string', 'number']
default: 1.3