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 <skaman82@users.noreply.github.com>2015-11-16 17:20:12 +0300
committerDominic Clifton <me@dominicclifton.name>2015-11-17 00:28:48 +0300
commite5ccefa35bf58e435690ebb74d95c8b7ece87904 (patch)
treea8a68ea6fb80618dacd3fdd6ebd59af354c70ff0 /eventPage.js
parentf298ba3ccb0afa5f71f4c6ad9d9dd7185d0291ce (diff)
resizing the app for 1024x600 res
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 cf8d4bbc..a321e4e9 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -11,7 +11,7 @@ function startApplication() {
frame: 'chrome',
innerBounds: {
minWidth: 1024,
- minHeight: 600
+ minHeight: 550
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {