Browse Source

Merge pull request #6499 from DonLakeFlyer/GroundRes

CameraCalc: Image Density -> Ground Res
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
17a4d3d947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/PlanView/CameraCalc.qml

2
src/PlanView/CameraCalc.qml

@ -234,7 +234,7 @@ Column { @@ -234,7 +234,7 @@ Column {
QGCRadioButton {
id: fixedImageDensityRadio
text: qsTr("Image density")
text: qsTr("Ground Res")
checked: !cameraCalc.valueSetIsDistance.value
exclusiveGroup: fixedValueGroup
onClicked: cameraCalc.valueSetIsDistance.value = 0

Loading…
Cancel
Save