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,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
|
backgroundColor: '#A5ECFA',
|
||||||
useContentSize: true
|
useContentSize: true
|
||||||
})
|
})
|
||||||
mainWindow.loadURL(appUrl)
|
mainWindow.loadURL(appUrl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue