mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +02:00
IndustrialStuff: improve AdvLed autosize. Issue #24472, patch from Jurassic Pork
git-svn-id: trunk@41391 -
This commit is contained in:
parent
d97e869846
commit
2d76303809
@ -79,7 +79,7 @@ type
|
|||||||
property Blink: Boolean read FBlink write SetBlink;
|
property Blink: Boolean read FBlink write SetBlink;
|
||||||
property BlinkDuration: Integer read GetBlinkDuration write SetBlinkDuration default 1000;
|
property BlinkDuration: Integer read GetBlinkDuration write SetBlinkDuration default 1000;
|
||||||
property Align;
|
property Align;
|
||||||
property AutoSize;
|
property AutoSize default true;
|
||||||
property Center;
|
property Center;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
// property Picture;
|
// property Picture;
|
||||||
|
Loading…
Reference in New Issue
Block a user