From 7283d7fb364fb4c82700b38d0ce3ee2116f85f41 Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 26 Mar 2020 23:04:50 -0400 Subject: [PATCH] Remove minimum height and width for app screen size --- src/main/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/index.js b/src/main/index.js index f590beb2..ff3cc566 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -51,8 +51,6 @@ function createWindow () { backgroundColor: '#fff', width: 960, height: 540, - minWidth: 960, - minHeight: 540, // useContentSize: true, webPreferences: { nodeIntegration: true,