Higher default windows height.

This commit is contained in:
Quentin Decaunes 2019-02-28 22:00:25 +01:00
parent fc2f8a1cf0
commit 981c680c58

View File

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