Set backgroundColor for the default app

This commit is contained in:
Cheng Zhao 2016-04-03 13:53:09 +09:00
parent a6f19c4292
commit 165009681b

View file

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