Commit d1802e89 authored by Don Gagne's avatar Don Gagne

Make it more obvious why buttons are missing

parent 5678f5d5
......@@ -30,6 +30,15 @@ Rectangle {
exclusiveGroup: setupButtonGroup
onClicked: controller.firmwareButtonClicked()
}
Item { width: parent.width; height: 10 } // spacer
QGCLabel {
width: parent.width
text: "You must be connected to your board to use all available setup options."
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
}
}
}
......
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