From cd817a8b8feaf512afde8510157aa678c9a782d7 Mon Sep 17 00:00:00 2001 From: jakobjakobjakob2 Date: Sat, 22 Oct 2022 15:32:06 +0200 Subject: [PATCH] size the window with respect to the window frames size --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 66eb2d93..546f4f34 100644 --- a/main.js +++ b/main.js @@ -7,6 +7,7 @@ const createWindow = () => { resizable: false, width: 430, height: 590, + useContentSize: true, maximizable: false, webPreferences: { nodeIntegration: true,