From 480a0569acfaf787cbe73828c519066d81785ee2 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Mon, 11 Nov 2019 06:22:32 -0800 Subject: [PATCH] Fix Create Plan vertical spacing problem --- src/PlanView/PlanView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index 9995a66..d5f8ea0 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -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 { id: createSection Layout.fillWidth: true text: qsTr("Create Plan") + showSpacer: false } GridLayout {