diff --git a/main.js b/main.js index aaa94878..6d431450 100644 --- a/main.js +++ b/main.js @@ -8,7 +8,7 @@ const url = require('url') function createWindow () { // Create the browser window. - win = new BrowserWindow({ width: 400, height: 800, title: "Sengi"}) + win = new BrowserWindow({ width: 395, height: 800, title: "Sengi"}) win.setMenu(null); // and load the index.html of the app.