starting window width: 450

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 01:03:24 -08:00
parent b861f39b95
commit a13229a388

View File

@@ -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'))