Browse Source

Merge pull request #6580 from feemi/pr-ui-fix

Fix for vehicle widget bug
QGC4.4
Gus Grubba 7 years ago committed by GitHub
parent
commit
bb40dd6c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FlightMap/Widgets/ValuePageWidget.qml

2
src/FlightMap/Widgets/ValuePageWidget.qml

@ -174,7 +174,7 @@ Column { @@ -174,7 +174,7 @@ Column {
sourceComponent: factGroupList
property var factGroup: _activeVehicle
property string factGroupName: qsTr("Vehicle")
property string factGroupName: "Vehicle"
}
Repeater {

Loading…
Cancel
Save