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-11-01 20:22:12 +0300
committerskaman82 <albert@wd-design.de>2015-11-01 20:22:12 +0300
commit4b563fe28df58202a2be019c632fe3c09af3aa50 (patch)
tree791cd99df922612270ad7aa61bb46e001da2f1c5 /eventPage.js
parent1760bbfa4d829844576cab21ccf94f1f7ef8df5b (diff)
Further testing of adapting css
Diffstat (limited to 'eventPage.js')
-rwxr-xr-xeventPage.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/eventPage.js b/eventPage.js
index 1b708f05..04688962 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -10,8 +10,9 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
- minWidth: 1150, // changed from 960
+ minWidth: 1024, // changed from 960
minHeight: 700 // changed from 625
+
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {