diff --git a/src/vehicle_type.h b/src/vehicle_type.h
index 0ccc37e..fcd57e3 100644
--- a/src/vehicle_type.h
+++ b/src/vehicle_type.h
@@ -65,7 +65,7 @@ enum DepotCommand {
 
 enum {
 	MAX_LENGTH_VEHICLE_NAME_BYTES  =  31, ///< The maximum length of a vehicle name in bytes including '\0'
-	MAX_LENGTH_VEHICLE_NAME_PIXELS = 150, ///< The maximum length of a vehicle name in pixels
+	MAX_LENGTH_VEHICLE_NAME_PIXELS = 250, ///< The maximum length of a vehicle name in pixels
 };
 
 enum TrainAccelerationModel {
