Adjust initial window size

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 0839a358d3
commit 9f47ff9040
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

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

Loading…
Cancel
Save