|
|
|
@ -39,7 +39,6 @@ QGCView {
@@ -39,7 +39,6 @@ QGCView {
|
|
|
|
|
readonly property real _horizontalMargin: ScreenTools.defaultFontPixelWidth / 2 |
|
|
|
|
readonly property real _margin: ScreenTools.defaultFontPixelHeight * 0.5 |
|
|
|
|
readonly property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle |
|
|
|
|
readonly property real _editFieldWidth: ScreenTools.defaultFontPixelWidth * 16 |
|
|
|
|
readonly property real _rightPanelWidth: Math.min(parent.width / 3, ScreenTools.defaultFontPixelWidth * 30) |
|
|
|
|
readonly property real _rightPanelOpacity: 0.8 |
|
|
|
|
readonly property int _toolButtonCount: 6 |
|
|
|
|