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:
authorskaman82 <albert@wd-design.de>2015-10-22 16:26:49 +0300
committerskaman82 <albert@wd-design.de>2015-10-22 16:26:49 +0300
commit10f7cdd1b083354a426fa37a37392bb5ad4e617a (patch)
tree8577a3c78de9848f8c3e4d85768c098aeea39bd4 /eventPage.js
parent8e7097c33e64bd4a16b38588caa83fc7c2c14704 (diff)
Started to mess around with thingsā€¦
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 () {