From 6099454a7398000f9af6d2e250c48c6acb7eef38 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Mar 2016 18:21:58 -0800 Subject: [PATCH] window: set min height of one row visible --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 69fad9bc..720ae883 100644 --- a/index.js +++ b/index.js @@ -56,6 +56,7 @@ function createMainWindow () { backgroundColor: '#282828', darkTheme: true, minWidth: 360, + minHeight: 168, show: false, title: 'WebTorrent', titleBarStyle: 'hidden-inset',