Commit d2609393 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 7e9e0be6
......@@ -220,6 +220,16 @@ Rectangle {
visible: _multipleVehicleTypes && !_noMissionItemsAdded
}
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment