Set backgroundColor for the default app
This commit is contained in:
parent
a6f19c4292
commit
165009681b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ exports.load = function (appUrl) {
|
|||
width: 800,
|
||||
height: 600,
|
||||
autoHideMenuBar: true,
|
||||
backgroundColor: '#A5ECFA',
|
||||
useContentSize: true
|
||||
})
|
||||
mainWindow.loadURL(appUrl)
|
||||
|
|
Loading…
Add table
Reference in a new issue