mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +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',
|
||||
innerBounds: {
|
||||
minWidth: 1024,
|
||||
minHeight: 600
|
||||
minHeight: 550
|
||||
}
|
||||
}, function (createdWindow) {
|
||||
createdWindow.contentWindow.addEventListener('load', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue