Set top and left position of root pane to 0 in adjustPaneDimensions

This commit is contained in:
Nathan Sobo
2012-04-13 15:27:15 -06:00
parent 7e3abe4ff3
commit 08b4a86f85
2 changed files with 4 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ class RootView extends View
adjustPaneDimensions: ->
rootPane = @panes.children().first().view()
rootPane?.css(width: '100%', height: '100%')
rootPane?.css(width: '100%', height: '100%', top: 0, left: 0)
rootPane?.adjustDimensions()
toggleFileFinder: ->