Remove minimum height and width for app screen size

This commit is contained in:
Preston 2020-03-26 23:04:50 -04:00
parent 81a1899dcf
commit 7283d7fb36
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ function createWindow () {
backgroundColor: '#fff',
width: 960,
height: 540,
minWidth: 960,
minHeight: 540,
// useContentSize: true,
webPreferences: {
nodeIntegration: true,