From 64ec61110c657b17a5d4fb4c8b7bd9b045aec8bb Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 26 Mar 2015 12:32:54 -0700 Subject: [PATCH] A bit more forceful on missing setup messaging --- src/VehicleSetup/VehicleSummary.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/VehicleSetup/VehicleSummary.qml b/src/VehicleSetup/VehicleSummary.qml index d760a5d3eb..55620ffdb0 100644 --- a/src/VehicleSetup/VehicleSummary.qml +++ b/src/VehicleSetup/VehicleSummary.qml @@ -50,6 +50,17 @@ Rectangle { font.pointSize: screenTools.dpiAdjustedPointSize(20); } + Item { + // Just used as a spacer + height: 15 + width: 10 + } + + QGCLabel { + width: parent.width + text: "If any of the setup indicators below are shown as red YOU SHOULD NOT FLY until you complete the setup of those components." + } + Item { // Just used as a spacer height: 20 -- GitLab