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-26 21:50:51 +0300
committerskaman82 <albert@wd-design.de>2015-10-26 21:50:51 +0300
commitf6a9005049ced8daed8fe5ef714ced72d1c03de9 (patch)
tree11d1d6471a466ff51305ba978c5b5bab4a926feb /eventPage.js
parent391a733aa8444a5ad976b0e2576cc8789e9bd78e (diff)
experimenting
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 1b708f05..5a994e64 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -10,8 +10,8 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
- minWidth: 1150, // changed from 960
- minHeight: 700 // changed from 625
+ minWidth: 960,
+ minHeight: 625
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {