Remove minimum height and width for app screen size
This commit is contained in:
parent
81a1899dcf
commit
7283d7fb36
|
@ -51,8 +51,6 @@ function createWindow () {
|
|||
backgroundColor: '#fff',
|
||||
width: 960,
|
||||
height: 540,
|
||||
minWidth: 960,
|
||||
minHeight: 540,
|
||||
// useContentSize: true,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
|
|
Loading…
Reference in New Issue