mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 08:38:19 +02:00
Industrial: improve AdvLed autosize. Issue #24472, patch from AlexP
git-svn-id: trunk@41548 -
This commit is contained in:
parent
01b111fa39
commit
fc09ab4f53
@ -162,7 +162,6 @@ begin
|
||||
ControlStyle := ControlStyle - [csSetCaption];
|
||||
Height := 25;
|
||||
Width := 25;
|
||||
AutoSize := True;
|
||||
FGlyphs[lsOn] := TLedBitmap.Create;
|
||||
FGlyphs[lsOff] := TLedBitmap.Create;
|
||||
FGlyphs[lsDisabled] := TLedBitmap.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user