autoformat more files

This commit is contained in:
Zeke Sikelianos 2016-03-27 10:38:32 -07:00 committed by Kevin Sawicki
parent 2fb92076b6
commit 67d189474c
2 changed files with 16 additions and 17 deletions

View file

@ -15,7 +15,7 @@ exports.load = function (appUrl) {
width: 800,
height: 600,
autoHideMenuBar: true,
useContentSize: true,
useContentSize: true
})
mainWindow.loadURL(appUrl)
mainWindow.focus()