From ab129fa233d149d1e16bda7632ce1695f0afcd4b Mon Sep 17 00:00:00 2001 From: Ameet Kaustav Date: Thu, 31 Oct 2019 01:17:09 -0700 Subject: [PATCH] Fix: Increase Height of 'About' window even more --- src/main/windows/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/windows/about.js b/src/main/windows/about.js index 0b48c6f9..335a437f 100644 --- a/src/main/windows/about.js +++ b/src/main/windows/about.js @@ -15,7 +15,7 @@ function init () { backgroundColor: '#ECECEC', center: true, fullscreen: false, - height: 220, + height: 250, icon: getIconPath(), maximizable: false, minimizable: false,