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',
|
backgroundColor: '#fff',
|
||||||
width: 960,
|
width: 960,
|
||||||
height: 540,
|
height: 540,
|
||||||
minWidth: 960,
|
|
||||||
minHeight: 540,
|
|
||||||
// useContentSize: true,
|
// useContentSize: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
|
Loading…
Reference in New Issue