starting window width: 450
This commit is contained in:
2
index.js
2
index.js
@@ -60,7 +60,7 @@ function createMainWindow () {
|
|||||||
show: false,
|
show: false,
|
||||||
title: 'WebTorrent',
|
title: 'WebTorrent',
|
||||||
titleBarStyle: 'hidden-inset',
|
titleBarStyle: 'hidden-inset',
|
||||||
width: 500,
|
width: 450,
|
||||||
height: 300
|
height: 300
|
||||||
})
|
})
|
||||||
win.loadURL('file://' + path.join(__dirname, 'main', 'index.html'))
|
win.loadURL('file://' + path.join(__dirname, 'main', 'index.html'))
|
||||||
|
|||||||
Reference in New Issue
Block a user