diff --git a/src/VehicleSetup/SetupViewButtons.qml b/src/VehicleSetup/SetupViewButtons.qml index 48606bea849c0c5b45012a0bf2f30c076ed9c47b..c810ff38c08bc219c9b7c1183c8fb95a6e0d1467 100644 --- a/src/VehicleSetup/SetupViewButtons.qml +++ b/src/VehicleSetup/SetupViewButtons.qml @@ -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 + } } }