File diff r20302:b2b3bcaa28d3 → r20303:6adbc75a1297
src/depot_gui.cpp
Show inline comments
 
@@ -601,7 +601,7 @@ struct DepotWindow : Window {
 
				uint min_height = 0;
 

	
 
				if (this->type == VEH_TRAIN) {
 
					SetDParamMaxValue(0, 1000);
 
					SetDParamMaxValue(0, 1000, 0, FS_SMALL);
 
					SetDParam(1, 1);
 
					this->count_width = GetStringBoundingBox(STR_TINY_BLACK_DECIMAL).width + WD_FRAMERECT_LEFT + WD_FRAMERECT_RIGHT;
 
				} else {