Browse Source

Remove WIP

QGC4.4
Don Gagne 8 years ago
parent
commit
4f0a1d3469
  1. 8
      src/PlanView/FWLandingPatternEditor.qml

8
src/PlanView/FWLandingPatternEditor.qml

@ -41,14 +41,6 @@ Rectangle { @@ -41,14 +41,6 @@ Rectangle {
anchors.right: parent.right
visible: missionItem.landingCoordSet
QGCLabel {
anchors.left: parent.left
anchors.right: parent.right
wrapMode: Text.WordWrap
font.pointSize: ScreenTools.smallFontPointSize
text: qsTr("WIP (NOT FOR REAL FLIGHT!)")
}
SectionHeader {
text: qsTr("Loiter point")
}

Loading…
Cancel
Save