EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

WordWrap property and Padding margin #47

Closed MAUROFAILO closed 2 weeks ago

MAUROFAILO commented 2 weeks ago

1) TStyledSpeedButton does not have WordWrap property. Is it possible to insert it? If the text is long, the characters are printed near the edge. IS possible have a Memo Caption With carrige return ? 1) Is possibile a padding margin internal of a StyledButton ?

MAUROFAILO commented 2 weeks ago

image Example of button with large caption.

carloBarazzetta commented 2 weeks ago
  1. TStyledSpeedButton was created only for backward compatibility to TSpeedButton (that haven't WordWrap). You must use TStyledGraphicButton, that have WordWrap property.
  2. It's a bug o StyledButton, because don't works as classic TButton... I'll fix it, as soon as possible
carloBarazzetta commented 2 weeks ago

Fixed in 3.6.7