Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jan 2, 2020
1 parent 1b8102f commit 83d2492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/electron.js
Expand Up @@ -13,7 +13,7 @@ const BrowserWindow = electron.BrowserWindow;
function createWindow() {
mainWindow = new BrowserWindow({
width: 680,
height: 420,
height: 680,
webPreferences: {
nodeIntegration: true
}
Expand Down

0 comments on commit 83d2492

Please sign in to comment.