From a060eff478ffd8a0d0784501eecb33a49846089c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 12 Sep 2014 11:22:55 -0700 Subject: [PATCH] Use skinny arrows --- src/workspace-view.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/workspace-view.coffee b/src/workspace-view.coffee index 0398b42b4..458d6d311 100644 --- a/src/workspace-view.coffee +++ b/src/workspace-view.coffee @@ -372,13 +372,13 @@ class WorkspaceView extends View beforeRemove: -> @model.destroy() - setEditorFontSize: (fontSize) => + setEditorFontSize: (fontSize) -> atom.themes.updateGlobalEditorStyle('font-size', fontSize + 'px') - setEditorFontFamily: (fontFamily) => + setEditorFontFamily: (fontFamily) -> atom.themes.updateGlobalEditorStyle('font-family', fontFamily) - setEditorLineHeight: (lineHeight) => + setEditorLineHeight: (lineHeight) -> atom.themes.updateGlobalEditorStyle('line-height', lineHeight) # Deprecated