From 64a7074d947b10b55df6054532458b6622a92eb6 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Mar 2016 19:52:38 -0800 Subject: [PATCH] minWidth: 375 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 55b90f4c..f5a73773 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ function createMainWindow () { var win = new electron.BrowserWindow({ backgroundColor: '#282828', darkTheme: true, - minWidth: 360, + minWidth: 375, minHeight: 158, show: false, title: 'WebTorrent',