From a881668b389ab2ef8c830f3ef6200270004b96d4 Mon Sep 17 00:00:00 2001 From: Ameet Kaustav Date: Tue, 29 Oct 2019 22:28:07 -0700 Subject: [PATCH] Fix: Increase height of 'About' window --- 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 1e6d6dc5..0b48c6f9 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: 170, + height: 220, icon: getIconPath(), maximizable: false, minimizable: false,