From d86eeebdd0ffe7a0d29744317df7e44c22a67209 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Wed, 29 Apr 2015 15:17:15 -0400 Subject: [PATCH] Another merge weirdness. --- src/VehicleSetup/SetupParameterEditor.qml | 37 ++--------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/src/VehicleSetup/SetupParameterEditor.qml b/src/VehicleSetup/SetupParameterEditor.qml index e7b92fce2..5856f086b 100644 --- a/src/VehicleSetup/SetupParameterEditor.qml +++ b/src/VehicleSetup/SetupParameterEditor.qml @@ -28,39 +28,6 @@ import QGroundControl.Controls 1.0 import QGroundControl.ScreenTools 1.0 import QGroundControl.Palette 1.0 -Rectangle { - QGCPalette { id: qgcPal; colorGroupEnabled: true } - - color: qgcPal.window - - // We use an ExclusiveGroup to maintain the visibility of a single editing control at a time - ExclusiveGroup { - id: exclusiveEditorGroup - } - - Column { - anchors.fill:parent - - QGCLabel { - text: "PARAMETER EDITOR" - font.pointSize: ScreenTools.fontPointFactor * (20) - } - - Item { - height: 20 - width: 5 - } - - QGCLabel { - id: infoLabel - width: parent.width - wrapMode: Text.WordWrap - text: "Click a parameter value to modify. Right-click for additional options. Values which have been modified from the default are shown in orange. Use caution when modifying parameters here since the values are not checked for validity." - } - - ParameterEditor { - width: parent.width - height: parent.height - (infoLabel.y + infoLabel.height) - } - } +ParameterEditor { + fullMode: true } -- 2.22.0