fix: Wider window as there is a new tab.

This commit is contained in:
Quentin DECAUNES 2019-08-02 16:20:59 +02:00
parent 43e50e0bd3
commit 67fc8ae650

View File

@ -149,8 +149,8 @@ if (!setupEvents.handleSquirrelEvent()) {
// Create the browser window.
mainWindow = new BrowserWindow({
width: 800,
height: 720,
width: 1000,
height: 800,
webPreferences: {
nodeIntegration: true,
webviewTag: true,