lcl: set default TSpeedButton.Color value to clBtnFace

git-svn-id: trunk@27768 -
This commit is contained in:
paul 2010-10-20 05:51:22 +00:00
parent 5aaab6fd72
commit e914afd958

View File

@ -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;