fix electron initial size

This commit is contained in:
Nicolas Constant 2018-08-03 00:19:26 -04:00
parent c4e1006039
commit f8ce6d0479
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -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.