ADD: Minimum window size

This commit is contained in:
Robert Kossessa
2024-02-02 03:52:06 +01:00
parent 0d6b4ce5ab
commit 217ca2909d

View File

@@ -22,6 +22,8 @@ const createWindow = () => {
height: height, height: height,
titleBarStyle: 'hidden', titleBarStyle: 'hidden',
resizable: true, resizable: true,
minWidth: width / 3,
minHeight: height / 3,
maximizable: false, maximizable: false,
fullscreenable: false, fullscreenable: false,
center: true, center: true,