|
|
|
@ -37,8 +37,6 @@ QGCView {
@@ -37,8 +37,6 @@ QGCView {
|
|
|
|
|
readonly property real _margin: ScreenTools.defaultFontPixelHeight * 0.5 |
|
|
|
|
readonly property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle |
|
|
|
|
readonly property real _rightPanelWidth: Math.min(parent.width / 3, ScreenTools.defaultFontPixelWidth * 30) |
|
|
|
|
readonly property real _rightPanelOpacity: 1 |
|
|
|
|
readonly property int _toolButtonCount: 6 |
|
|
|
|
readonly property real _toolButtonTopMargin: parent.height - ScreenTools.availableHeight + (ScreenTools.defaultFontPixelHeight / 2) |
|
|
|
|
readonly property var _defaultVehicleCoordinate: QtPositioning.coordinate(37.803784, -122.462276) |
|
|
|
|
|
|
|
|
|