1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

resizing the app for 1024x600 res

This commit is contained in:
skaman82 2015-11-16 15:20:12 +01:00 committed by Dominic Clifton
parent f298ba3ccb
commit e5ccefa35b

View file

@ -11,7 +11,7 @@ function startApplication() {
frame: 'chrome', frame: 'chrome',
innerBounds: { innerBounds: {
minWidth: 1024, minWidth: 1024,
minHeight: 600 minHeight: 550
} }
}, function (createdWindow) { }, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () { createdWindow.contentWindow.addEventListener('load', function () {