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-27 00:54:05 +0300
committerskaman82 <albert@wd-design.de>2015-10-27 00:54:05 +0300
commit819c07f2f51ef3d85b500ef13d53120e86715f34 (patch)
treed1353ddd94e22b191bc065b80cef2416c3c5a3cc /eventPage.js
parentf6a9005049ced8daed8fe5ef714ced72d1c03de9 (diff)
Added sensor icons. Experimenting with theme change
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 5a994e64..1b708f05 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -10,8 +10,8 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
- minWidth: 960,
- minHeight: 625
+ minWidth: 1150, // changed from 960
+ minHeight: 700 // changed from 625
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {