From e54ba77d6ce26b942f1f2d333ba9dee4e8e756af Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Wed, 11 Mar 2015 13:35:24 -0400 Subject: [PATCH] Disabling (undone) prop and mag cal settings. --- src/AutoPilotPlugins/PX4/PowerComponent.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index 06d242bc4..69403e9bf 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.qml +++ b/src/AutoPilotPlugins/PX4/PowerComponent.qml @@ -234,7 +234,8 @@ Rectangle { } } } - + /* + * This is disabled for now Row { width: parent.width spacing: 30 @@ -269,6 +270,7 @@ Rectangle { } } + */ //-- Advanced Settings QGCCheckBox { id: showAdvanced -- 2.22.0