mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Use skinny arrow for WrapGuide.initialize()
This commit is contained in:
@@ -13,7 +13,7 @@ class WrapGuideView extends View
|
||||
|
||||
defaultColumn: 80
|
||||
|
||||
initialize: (@editor) =>
|
||||
initialize: (@editor) ->
|
||||
@observeConfig 'editor.fontSize', => @updateGuide()
|
||||
@subscribe @editor, 'editor:path-changed', => @updateGuide()
|
||||
@subscribe @editor, 'editor:min-width-changed', => @updateGuide()
|
||||
|
||||
Reference in New Issue
Block a user