mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02: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);
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
BorderSpacing.Around := 3;
|
||||
BorderSpacing.Around := 1;
|
||||
end;
|
||||
|
||||
destructor TCustomExtendedTabSheet.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user