Skip to content

Commit a65150a

Browse files
committed
Increase window height
1 parent 92d528f commit a65150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function initialize () {
2323
var windowOptions = {
2424
width: 1080,
2525
minWidth: 680,
26-
height: 800
26+
height: 840
2727
}
2828
if (process.platform === 'linux') {
2929
windowOptions.icon = path.join(__dirname, '/assets/app-icon/png/512.png')

0 commit comments

Comments
 (0)