Unverified Commit afe86c3e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8320 from Williangalvani/fixtypo

APmTuningComponentSub.qml: fix typo
parents 5e7d91c9 ed3341fb
......@@ -159,7 +159,7 @@ SetupPage {
anchors.right: parent.right
anchors.top: parent.top
sourceComponent: activeVehicle.versionCompare(3, 6, 0) <= 0 ? velColumnUpTo36 :velColumnUpTo36
sourceComponent: activeVehicle.versionCompare(3, 6, 0) <= 0 ? velColumnUpTo36 :velColumn40
}
} // Rectangle - VEL parameters
......
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