From fbc048e8cbf2046c381777fc9937b2b40b6c8a16 Mon Sep 17 00:00:00 2001 From: akashnimare Date: Mon, 19 Jun 2017 13:19:28 +0530 Subject: [PATCH] increased min. height of window --- app/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/index.js b/app/main/index.js index b4eef4cd..5bc9cdaf 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -56,7 +56,7 @@ function createMainWindow() { height: conf.get('height') || 600, icon: iconPath(), minWidth: 600, - minHeight: 400, + minHeight: 500, webPreferences: { plugins: true, allowDisplayingInsecureContent: true,