1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Started to mess around with things…

This commit is contained in:
skaman82 2015-10-22 15:26:49 +02:00
parent 8e7097c33e
commit 10f7cdd1b0
5 changed files with 37 additions and 26 deletions

View file

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