ADD: Minimum window size
This commit is contained in:
@@ -22,6 +22,8 @@ const createWindow = () => {
|
||||
height: height,
|
||||
titleBarStyle: 'hidden',
|
||||
resizable: true,
|
||||
minWidth: width / 3,
|
||||
minHeight: height / 3,
|
||||
maximizable: false,
|
||||
fullscreenable: false,
|
||||
center: true,
|
||||
|
||||
Reference in New Issue
Block a user