Commit 64ec6111 authored by Don Gagne's avatar Don Gagne

A bit more forceful on missing setup messaging

parent 78089b60
...@@ -50,6 +50,17 @@ Rectangle { ...@@ -50,6 +50,17 @@ Rectangle {
font.pointSize: screenTools.dpiAdjustedPointSize(20); 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 { Item {
// Just used as a spacer // Just used as a spacer
height: 20 height: 20
......
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