mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 17:47:41 +01: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];
|
ControlStyle := ControlStyle - [csSetCaption];
|
||||||
Height := 25;
|
Height := 25;
|
||||||
Width := 25;
|
Width := 25;
|
||||||
AutoSize := True;
|
|
||||||
FGlyphs[lsOn] := TLedBitmap.Create;
|
FGlyphs[lsOn] := TLedBitmap.Create;
|
||||||
FGlyphs[lsOff] := TLedBitmap.Create;
|
FGlyphs[lsOff] := TLedBitmap.Create;
|
||||||
FGlyphs[lsDisabled] := TLedBitmap.Create;
|
FGlyphs[lsDisabled] := TLedBitmap.Create;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user