ADD: Minimum window size
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user