Moved font-size back to 'px' and fixed specs

This commit is contained in:
Corey Johnson
2012-06-01 10:52:44 -07:00
parent 4634508c37
commit 6952e09646
3 changed files with 3 additions and 3 deletions

View File

@@ -630,7 +630,7 @@ class Editor extends View
setFontSize: (fontSize) ->
if fontSize
@css('font-size', fontSize + 'pt')
@css('font-size', fontSize + 'px')
@calculateDimensions()
@compositeCursor.updateAppearance()
@updateVisibleLines()