Browse Source

Add note to help with confusion

QGC4.4
DonLakeFlyer 5 years ago
parent
commit
d2609393c4
  1. 10
      src/PlanView/MissionSettingsEditor.qml

10
src/PlanView/MissionSettingsEditor.qml

@ -221,6 +221,16 @@ Rectangle { @@ -221,6 +221,16 @@ Rectangle {
}
QGCLabel {
Layout.columnSpan: 2
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
wrapMode: Text.WordWrap
font.pointSize: ScreenTools.smallFontPointSize
text: qsTr("The following speed values are used to calculate total mission time. They do not affect the flight speed for the mission.")
visible: _showCruiseSpeed || _showHoverSpeed
}
QGCLabel {
text: qsTr("Cruise speed")
visible: _showCruiseSpeed
Layout.fillWidth: true

Loading…
Cancel
Save