Browse Source

Merge pull request #4441 from DonLakeFlyer/OldCode

Remove old code with bad reference
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
cd9eaf7477
  1. 2
      src/ui/preferences/GeneralSettings.qml

2
src/ui/preferences/GeneralSettings.qml

@ -34,8 +34,6 @@ QGCView { @@ -34,8 +34,6 @@ QGCView {
property Fact _percentRemainingAnnounce: QGroundControl.batteryPercentRemainingAnnounce
property real _labelWidth: ScreenTools.defaultFontPixelWidth * 15
property real _editFieldWidth: ScreenTools.defaultFontPixelWidth * 30
property bool _showCruiseSpeed: offlineVehicleCombo.currentText != "Multicopter"
property bool _showHoverSpeed: offlineVehicleCombo.currentText != "FixedWing"
readonly property string _requiresRestart: qsTr("(Requires Restart)")

Loading…
Cancel
Save