Skip to content
Snippets Groups Projects
Commit d1802e89 authored by Don Gagne's avatar Don Gagne
Browse files

Make it more obvious why buttons are missing

parent 5678f5d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment