mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Remove comments.
Note: git history will provide if needed.
This commit is contained in:
parent
ea2d59f4fb
commit
79929d0f5c
1 changed files with 2 additions and 3 deletions
|
@ -10,9 +10,8 @@ function startApplication() {
|
||||||
id: 'main-window',
|
id: 'main-window',
|
||||||
frame: 'chrome',
|
frame: 'chrome',
|
||||||
innerBounds: {
|
innerBounds: {
|
||||||
minWidth: 1024, // changed from 960
|
minWidth: 1024,
|
||||||
minHeight: 700 // changed from 625
|
minHeight: 700
|
||||||
|
|
||||||
}
|
}
|
||||||
}, 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