Merge pull request #5300 from electron/default-app-styles

Update default app styles
This commit is contained in:
Kevin Sawicki 2016-04-28 09:27:33 -07:00
commit 9f82620bb0
2 changed files with 90 additions and 29 deletions

View file

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

File diff suppressed because one or more lines are too long