1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Further testing of adapting css

This commit is contained in:
skaman82 2015-11-01 18:22:12 +01:00
parent 1760bbfa4d
commit 4b563fe28d
4 changed files with 25 additions and 9 deletions

View file

@ -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 () {