Commit 1ed69ecd authored by Don Gagne's avatar Don Gagne

Hide large compass checkbox

parent ce415f6d
...@@ -144,6 +144,8 @@ Column { ...@@ -144,6 +144,8 @@ Column {
anchors.right: parent.right anchors.right: parent.right
spacing: _margins spacing: _margins
/*
Leaving this here for now just in case
FactCheckBox { FactCheckBox {
text: qsTr("Show large compass") text: qsTr("Show large compass")
fact: _showLargeCompass fact: _showLargeCompass
...@@ -151,6 +153,7 @@ Column { ...@@ -151,6 +153,7 @@ Column {
property Fact _showLargeCompass: QGroundControl.settingsManager.appSettings.showLargeCompass property Fact _showLargeCompass: QGroundControl.settingsManager.appSettings.showLargeCompass
} }
*/
Item { Item {
width: 1 width: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment