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
No known key found for this signature in database
GPG key ID: A4931C09644C654B

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,