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:
authorcTn <ctndesigner@gmail.com>2014-10-08 16:10:43 +0400
committercTn <ctndesigner@gmail.com>2014-10-08 16:10:43 +0400
commitc1ba99298ecc305971f68313dce17ac06a75f6a2 (patch)
tree73935c9933c2da6cebde9681bb4f2b25a5b20ad5 /eventPage.js
parentc34938b9d6776a7829b4abfb3a2c5a0025e7b9c3 (diff)
buggy innerBounds and aero got fixed in 38M
Diffstat (limited to 'eventPage.js')
-rw-r--r--eventPage.js13
1 files changed, 2 insertions, 11 deletions
diff --git a/eventPage.js b/eventPage.js
index 6dcba9ca..052e496e 100644
--- a/eventPage.js
+++ b/eventPage.js
@@ -1,14 +1,5 @@
/*
If an id is also specified and a window with a matching id has been shown before, the remembered bounds of the window will be used instead.
-
- Size calculation for innerBounds seems to be faulty, app was designed for 960x625
-
- Bug was confirmed on Windows 7
- OSX seems to be unaffected
- Linux and cros is unknown
-
- I am using arbitrary dimensions which fixes the Windows 7 problem, hopefully it will get resolved in future release so other OSs won't have to
- use bigger dimensions by default.
*/
'use strict';
@@ -19,8 +10,8 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
- minWidth: 974,
- minHeight: 632
+ minWidth: 960,
+ minHeight: 625
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {