mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Set top and left position of root pane to 0 in adjustPaneDimensions
This commit is contained in:
@@ -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: ->
|
||||
|
||||
Reference in New Issue
Block a user