I have some TSpeedButtons with width = 90 px. I set captions, added glyphs, was great. But when translated to another language the text no longer fits.
I don't think the text can automatically wrap to more lines and center vertically so perhaps changing width to fit the text would be easy?
Any simple solution for that or do I have to measure text with Canvas.TextWidth and set Width accordingly?