Browse Source

Fix Create Plan vertical spacing problem

QGC4.4
DonLakeFlyer 5 years ago
parent
commit
480a0569ac
  1. 2
      src/PlanView/PlanView.qml

2
src/PlanView/PlanView.qml

@ -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"))
QGCLabel {
id: unsavedChangedLabel
Layout.fillWidth: true
wrapMode: Text.WordWrap
text: activeVehicle ?
@ -1037,6 +1038,7 @@ Item { @@ -1037,6 +1038,7 @@ Item {
id: createSection
Layout.fillWidth: true
text: qsTr("Create Plan")
showSpacer: false
}
GridLayout {

Loading…
Cancel
Save