Commit ed3341fb authored by Willian Galvani's avatar Willian Galvani

APmTuningComponentSub.qml: fix typo

parent a97230c7
......@@ -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