diff --git a/eventPage.js b/eventPage.js index 04688962..bca1916f 100755 --- a/eventPage.js +++ b/eventPage.js @@ -10,9 +10,8 @@ function startApplication() { id: 'main-window', frame: 'chrome', innerBounds: { - minWidth: 1024, // changed from 960 - minHeight: 700 // changed from 625 - + minWidth: 1024, + minHeight: 700 } }, function (createdWindow) { createdWindow.contentWindow.addEventListener('load', function () {