Commit 480a0569 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 47a1354b
...@@ -1025,6 +1025,7 @@ Item { ...@@ -1025,6 +1025,7 @@ Item {
property string _overwriteText: (_editingLayer == _layerMission) ? qsTr("Mission overwrite") : ((_editingLayer == _layerGeoFence) ? qsTr("GeoFence overwrite") : qsTr("Rally Points overwrite")) property string _overwriteText: (_editingLayer == _layerMission) ? qsTr("Mission overwrite") : ((_editingLayer == _layerGeoFence) ? qsTr("GeoFence overwrite") : qsTr("Rally Points overwrite"))
QGCLabel { QGCLabel {
id: unsavedChangedLabel
Layout.fillWidth: true Layout.fillWidth: true
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
text: activeVehicle ? text: activeVehicle ?
...@@ -1037,6 +1038,7 @@ Item { ...@@ -1037,6 +1038,7 @@ Item {
id: createSection id: createSection
Layout.fillWidth: true Layout.fillWidth: true
text: qsTr("Create Plan") text: qsTr("Create Plan")
showSpacer: false
} }
GridLayout { GridLayout {
......
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