mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
Further testing of adapting css
This commit is contained in:
parent
1760bbfa4d
commit
4b563fe28d
4 changed files with 25 additions and 9 deletions
|
@ -10,8 +10,9 @@ function startApplication() {
|
|||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
innerBounds: {
|
||||
minWidth: 1150, // changed from 960
|
||||
minWidth: 1024, // 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