From 1ed69ecd5d342f9e49af5e743741d6cdbe7f6516 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 3 Jan 2018 21:12:23 -0800 Subject: [PATCH] Hide large compass checkbox --- src/FlightMap/Widgets/ValuePageWidget.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/FlightMap/Widgets/ValuePageWidget.qml b/src/FlightMap/Widgets/ValuePageWidget.qml index 6d87e121d..bba5bb396 100644 --- a/src/FlightMap/Widgets/ValuePageWidget.qml +++ b/src/FlightMap/Widgets/ValuePageWidget.qml @@ -144,6 +144,8 @@ Column { anchors.right: parent.right spacing: _margins + /* + Leaving this here for now just in case FactCheckBox { text: qsTr("Show large compass") fact: _showLargeCompass @@ -151,6 +153,7 @@ Column { property Fact _showLargeCompass: QGroundControl.settingsManager.appSettings.showLargeCompass } + */ Item { width: 1 -- 2.22.0