Use skinny arrow for WrapGuide.initialize()

This commit is contained in:
Kevin Sawicki
2013-02-12 20:58:34 -08:00
parent e61d3bfb5b
commit 2268402b48

View File

@@ -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()