Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eventPage.js')
-rwxr-xr-xeventPage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/eventPage.js b/eventPage.js
index 5a994e64..6082f6bc 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -10,8 +10,8 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
- minWidth: 960,
- minHeight: 625
+ minWidth: 1200, // changed from 960
+ minHeight: 700 // changed from 625
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {