mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 02:19:37 +02:00
lcl: TCoolBand: use alCustom for custom positioned label
git-svn-id: trunk@40495 -
This commit is contained in:
parent
7a95d54a48
commit
751398257f
@ -281,6 +281,7 @@ begin
|
||||
FTextLabel.Name := Format('TextLabel%d', [Index]);
|
||||
FTextLabel.AutoSize := True;
|
||||
FTextLabel.FreeNotification(FCoolBar);
|
||||
FTextLabel.Align := alCustom;
|
||||
FTextLabel.Parent := FCoolBar;
|
||||
Dec(FCoolBar.FUpdateCount);
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user