mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 12:18:09 +02:00
LCL: High-DPI ImageList: default scaled false
git-svn-id: branches/HiDPIImageList@57163 -
This commit is contained in:
parent
53ddab069c
commit
03097f6650
@ -360,7 +360,7 @@ type
|
||||
property ResolutionCount: Integer read GetResolutionCount;
|
||||
function Resolutions: TCustomImageListResolutionEnumerator;
|
||||
function ResolutionsDesc: TCustomImageListResolutionEnumerator;
|
||||
property Scaled: Boolean read FScaled write FScaled default True;
|
||||
property Scaled: Boolean read FScaled write FScaled default False;
|
||||
property ShareImages: Boolean read FShareImages write SetShareImages default False;
|
||||
property ImageType: TImageType read FImageType write FImageType default itImage;
|
||||
property OnGetWidthForPPI: TCustomImageListGetWidthForPPI read FOnGetWidthForPPI write FOnGetWidthForPPI;
|
||||
|
@ -1319,7 +1319,6 @@ begin
|
||||
inherited Create(AOwner);
|
||||
FHeight := 16;
|
||||
FWidth := 16;
|
||||
FScaled := True;
|
||||
|
||||
Initialize;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user