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 16:13:59 +0300
committerDominic Clifton <me@dominicclifton.name>2015-11-17 00:28:46 +0300
commit9ef8e56be161903e9e66e0e78edf4c9ff6409446 (patch)
tree39a6ef21da6ebd8a9ca088e7e313f6507f6a2062 /eventPage.js
parentac79a1e65d7e9b50a0a84bae660e7799485e1177 (diff)
Changing min height to 600
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 bca1916f..cf8d4bbc 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -11,7 +11,7 @@ function startApplication() {
frame: 'chrome',
innerBounds: {
minWidth: 1024,
- minHeight: 700
+ minHeight: 600
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {