mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-09 21:59:23 +01:00
LazControls: ExtendedTabControl better clientarea
git-svn-id: trunk@42637 -
This commit is contained in:
parent
b150be0281
commit
86bab5d0fe
@ -279,7 +279,7 @@ end;
|
|||||||
constructor TCustomExtendedTabSheet.Create(TheOwner: TComponent);
|
constructor TCustomExtendedTabSheet.Create(TheOwner: TComponent);
|
||||||
begin
|
begin
|
||||||
inherited Create(TheOwner);
|
inherited Create(TheOwner);
|
||||||
BorderSpacing.Around := 3;
|
BorderSpacing.Around := 1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TCustomExtendedTabSheet.Destroy;
|
destructor TCustomExtendedTabSheet.Destroy;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user