mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Started to mess around with things…
This commit is contained in:
parent
8e7097c33e
commit
10f7cdd1b0
5 changed files with 37 additions and 26 deletions
|
@ -10,8 +10,8 @@ function startApplication() {
|
|||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
innerBounds: {
|
||||
minWidth: 960,
|
||||
minHeight: 625
|
||||
minWidth: 1200, // changed from 960
|
||||
minHeight: 700 // changed from 625
|
||||
}
|
||||
}, function (createdWindow) {
|
||||
createdWindow.contentWindow.addEventListener('load', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue