Adjust initial window size

This commit is contained in:
lilia
2017-04-11 15:54:49 -07:00
committed by Scott Nonnenberg
parent 0839a358d3
commit 9f47ff9040

View File

@@ -44,7 +44,7 @@ function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({
width: 800,
height: 600,
height: 610,
webPreferences: {
nodeIntegration: false,
sandbox: true,