Change:
OpLabelLong labelDesc = new OpLabelLong(descLabelPos, descripLabelSize, "", true, FLabelAlignment.Left)
{
text = pack.description,
verticalAlignment = OpLabel.LabelVAlignment.Top,
allowOverflow = false
};
to:
OpLabelLong labelDesc = new OpLabelLong(descLabelPos, descripLabelSize, pack.description, true, FLabelAlignment.Left)
{
verticalAlignment = OpLabel.LabelVAlignment.Top,
allowOverflow = false
};
Change:
to: