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 19:03:17 +0300
committerskaman82 <albert@wd-design.de>2015-10-22 19:03:17 +0300
commitb0b8cc00d7a21b5f950dd2ee2506a961a22f7c6b (patch)
tree31f0095f089a650e1b21cdd0db600f15661414b9 /eventPage.js
parent10f7cdd1b083354a426fa37a37392bb5ad4e617a (diff)
Further work and preparation.
Placed dataflash status bar in the header but can’t figure out how to trigger a readout on connect in serial_backend.js. Some help?
Diffstat (limited to 'eventPage.js')
-rwxr-xr-xeventPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventPage.js b/eventPage.js
index 6082f6bc..1b708f05 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -10,7 +10,7 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
- minWidth: 1200, // changed from 960
+ minWidth: 1150, // changed from 960
minHeight: 700 // changed from 625
}
}, function (createdWindow) {