Skip to content

Commit

Permalink
Merge pull request #5 from cryptogarageinc/fix/window-height
Browse files Browse the repository at this point in the history
fix: window height
  • Loading branch information
Hiroyuki ONODA authored May 29, 2020
2 parents 67cb796 + 9c91510 commit 36558e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function createWindow() {
mainWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true
}, width: 600, height: 400 });
}, width: 600, height: 430 });

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down

0 comments on commit 36558e4

Please sign in to comment.