mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
💄 reorganize editor spec a bit
This commit is contained in:
@@ -15,11 +15,13 @@ class Editor extends Template
|
||||
@input class: 'hidden-input', outlet: 'hiddenInput'
|
||||
|
||||
viewProperties:
|
||||
vScrollMargin: 2
|
||||
hScrollMargin: 10
|
||||
cursor: null
|
||||
buffer: null
|
||||
selection: null
|
||||
vScrollMargin: 2
|
||||
hScrollMargin: 10
|
||||
lineHeight: null
|
||||
charWidth: null
|
||||
|
||||
initialize: () ->
|
||||
requireStylesheet 'editor.css'
|
||||
|
||||
Reference in New Issue
Block a user