diff --git a/VECTO/GUI/VehicleForm.vb b/VECTO/GUI/VehicleForm.vb
index 300020cfd0ec9adf00153093475a9d4059511bf7..d33f796457485e8908ecd75bb540a91617cc65d5 100644
--- a/VECTO/GUI/VehicleForm.vb
+++ b/VECTO/GUI/VehicleForm.vb
@@ -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 =