Commit fb394e51 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 1a5363e9
...@@ -215,14 +215,37 @@ Rectangle { ...@@ -215,14 +215,37 @@ Rectangle {
} }
} }
Column {
anchors.left: parent.left
anchors.right: parent.right
spacing: 0
QGCLabel { QGCLabel {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
color: qgcPal.warningText color: qgcPal.warningText
font.pointSize: ScreenTools.smallFontPointSize font.pointSize: ScreenTools.smallFontPointSize
horizontalAlignment: Text.AlignHCenter text: qsTr("* Approximate glide slope altitudes.")
text: qsTr("* Approximate glide slope altitudes. Actual flight path will vary.") }
QGCLabel {
anchors.left: parent.left
anchors.right: parent.right
wrapMode: Text.WordWrap
color: qgcPal.warningText
font.pointSize: ScreenTools.smallFontPointSize
text: qsTr("* Actual flight path will vary.")
}
QGCLabel {
anchors.left: parent.left
anchors.right: parent.right
wrapMode: Text.WordWrap
color: qgcPal.warningText
font.pointSize: ScreenTools.smallFontPointSize
text: qsTr("* Avoid tailwind on landing.")
}
} }
} }
......
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