From a13229a3888c81cf774686f8732b846e84618719 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 Mar 2016 01:03:24 -0800 Subject: [PATCH] starting window width: 450 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f5a73773..34dae9ad 100644 --- a/index.js +++ b/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'))