mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
experimenting
This commit is contained in:
parent
391a733aa8
commit
f6a9005049
10 changed files with 1282 additions and 59 deletions
|
@ -10,8 +10,8 @@ function startApplication() {
|
|||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
innerBounds: {
|
||||
minWidth: 1150, // changed from 960
|
||||
minHeight: 700 // changed from 625
|
||||
minWidth: 960,
|
||||
minHeight: 625
|
||||
}
|
||||
}, function (createdWindow) {
|
||||
createdWindow.contentWindow.addEventListener('load', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue