Skip to content

Commit

Permalink
fixed window being too small
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Apr 29, 2020
1 parent 2a5ecc3 commit 1c8331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ $('#config-btn').click(function () { //show configuration options

let win = new BrowserWindow({
width: 650,
height: 460,
height: 470,
webPreferences: {
nodeIntegration: true,
},
Expand Down

0 comments on commit 1c8331c

Please sign in to comment.