mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
adjusting element sizes due to window size change
disabling compass UI
This commit is contained in:
parent
a30569077a
commit
5b130cfc9b
9 changed files with 20 additions and 19 deletions
|
@ -4,9 +4,9 @@ function start_app() {
|
|||
frame: 'none',
|
||||
resizable: false,
|
||||
minWidth: 962,
|
||||
minHeight: 729,
|
||||
minHeight: 650,
|
||||
maxWidth: 962,
|
||||
maxHeight: 729
|
||||
maxHeight: 650
|
||||
}, function(window_child) {
|
||||
window_child.onClosed.addListener(function() {
|
||||
// connectionId is passed from the script side through the chrome.runtime.getBackgroundPage refference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue