Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 24a5d7ad authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

read vehicle height into GUI

parent acd144c5
Branches
Tags
No related merge requests found
......@@ -400,6 +400,7 @@ Public Class VehicleForm
'TbMassExtra.Text = veh.MassExtra.ToGUIFormat()
TBcdA.Text = If(airdrag.AirDragArea Is Nothing, "", airdrag.AirDragArea.ToGUIFormat())
tbVehicleHeight.Text = If(vehicle.Height Is Nothing, "", vehicle.Height.ToGUIFormat())
cbPTOType.SelectedValue = pto.PTOTransmissionType
tbPTOLossMap.Text =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment