Merge pull request #5300 from electron/default-app-styles
Update default app styles
This commit is contained in:
commit
9f82620bb0
2 changed files with 90 additions and 29 deletions
|
@ -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
Loading…
Reference in a new issue