Size the window with respect to the window's frame size

Size the window with respect to the window's frame size
This commit is contained in:
Maarten
2022-10-23 09:12:35 +02:00
committed by GitHub

View File

@@ -7,6 +7,7 @@ const createWindow = () => {
resizable: false,
width: 430,
height: 590,
useContentSize: true,
maximizable: false,
webPreferences: {
nodeIntegration: true,