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:
parent
f298ba3ccb
commit
e5ccefa35b
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue