Commit fb394e51 authored by DonLakeFlyer's avatar DonLakeFlyer

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