Browse Source

Merge pull request #1350 from dogmaphobic/disableAdvancedPower

Disabling (undone) prop and mag cal settings.
QGC4.4
Lorenz Meier 10 years ago
parent
commit
3433797052
  1. 4
      src/AutoPilotPlugins/PX4/PowerComponent.qml

4
src/AutoPilotPlugins/PX4/PowerComponent.qml

@ -234,7 +234,8 @@ Rectangle { @@ -234,7 +234,8 @@ Rectangle {
}
}
}
/*
* This is disabled for now
Row {
width: parent.width
spacing: 30
@ -269,6 +270,7 @@ Rectangle { @@ -269,6 +270,7 @@ Rectangle {
}
}
*/
//-- Advanced Settings
QGCCheckBox {
id: showAdvanced

Loading…
Cancel
Save