Skip to content

Commit 2a38bc5

Browse files
committed
Change default window size
1 parent 5b58102 commit 2a38bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/electron.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ app.on('ready', function() {
2020
// http://electron.atom.io/docs/latest/api/browser-window/#new-browserwindow-options
2121
mainWindow = new BrowserWindow({
2222
name: "S3 Sync Tool",
23-
width: 800,
24-
height: 600,
23+
width: 1000,
24+
height: 680,
2525
toolbar: false
2626
});
2727

0 commit comments

Comments
 (0)