diff --git a/app/index.js b/app/index.js index 3c54d4cba2..0683410d9b 100644 --- a/app/index.js +++ b/app/index.js @@ -10,7 +10,9 @@ let mainWindow function createMainWindow() { const windowOptions = { - webPreferences: { nodeIntegration: true } + webPreferences: { nodeIntegration: true }, + width: 1200, + height: 800 } if (process.platform === 'darwin') { windowOptions.titleBarStyle = 'hiddenInset'