From d1802e894dce6f0c01d43d2af073eb338c492c14 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 28 Feb 2015 11:48:46 -0800 Subject: [PATCH] Make it more obvious why buttons are missing --- src/VehicleSetup/SetupViewButtons.qml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/VehicleSetup/SetupViewButtons.qml b/src/VehicleSetup/SetupViewButtons.qml index 48606bea84..c810ff38c0 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 + } } } -- GitLab