Increase max value for the size dimension to 60.

This commit is contained in:
Roman Telezhynskyi 2020-10-26 13:17:59 +02:00
parent b15a11dac2
commit 1e04dda335

View file

@ -312,7 +312,7 @@ int VYMeasurementDimension::RangeMax() const
}
else
{
return 58;
return 60;
}
}