1
0
Fork 0
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:
cTn 2014-02-03 09:10:13 +01:00
parent a30569077a
commit 5b130cfc9b
9 changed files with 20 additions and 19 deletions

View file

@ -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