call setSheetOffset on onDidChangeActiveThemes

This commit is contained in:
Philipp Brumm
2016-07-13 14:59:37 +02:00
parent 08a358228b
commit 76357473ad
2 changed files with 6 additions and 6 deletions

View File

@@ -46,9 +46,6 @@ class AtomWindow
@browserWindow = new BrowserWindow options
global.atomApplication.addWindow(this)
if @applyTitleBarSetting()
@browserWindow.setSheetOffset(23)
@handleEvents()
loadSettings = Object.assign({}, settings)