starting window width: 450
This commit is contained in:
parent
b861f39b95
commit
a13229a388
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -60,7 +60,7 @@ function createMainWindow () {
|
|||
show: false,
|
||||
title: 'WebTorrent',
|
||||
titleBarStyle: 'hidden-inset',
|
||||
width: 500,
|
||||
width: 450,
|
||||
height: 300
|
||||
})
|
||||
win.loadURL('file://' + path.join(__dirname, 'main', 'index.html'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue