mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 12:48:17 +02:00
lcl: set default TSpeedButton.Color value to clBtnFace
git-svn-id: trunk@27768 -
This commit is contained in:
parent
5aaab6fd72
commit
e914afd958
@ -332,6 +332,7 @@ type
|
||||
procedure LoadGlyphFromLazarusResource(const AName: String);
|
||||
public
|
||||
property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false;
|
||||
property Color default clBtnFace;
|
||||
property Down: Boolean read FDown write SetDown default false;
|
||||
property Flat: Boolean read FFlat write SetFlat default false;
|
||||
property Glyph: TBitmap read GetGlyph write SetGlyph;
|
||||
|
Loading…
Reference in New Issue
Block a user