Add 50% more room for fingers in the autocomplete box.
This commit is contained in:
parent
75c63a0ace
commit
e048848d6b
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ module.exports = class SpellView extends CocoView
|
||||||
autoLineEndings:
|
autoLineEndings:
|
||||||
javascript: ';'
|
javascript: ';'
|
||||||
popupFontSizePx: popupFontSizePx
|
popupFontSizePx: popupFontSizePx
|
||||||
|
popupLineHeightPx: 1.5 * popupFontSizePx
|
||||||
popupWidthPx: 380
|
popupWidthPx: 380
|
||||||
|
|
||||||
updateAutocomplete: (@autocomplete) ->
|
updateAutocomplete: (@autocomplete) ->
|
||||||
|
|
Reference in a new issue