1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

experimenting

This commit is contained in:
skaman82 2015-10-26 19:50:51 +01:00
parent 391a733aa8
commit f6a9005049
10 changed files with 1282 additions and 59 deletions

View file

@ -10,8 +10,8 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
minWidth: 1150, // changed from 960
minHeight: 700 // changed from 625
minWidth: 960,
minHeight: 625
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {