LazControls: ExtendedTabControl better clientarea

git-svn-id: trunk@42637 -
This commit is contained in:
martin 2013-09-06 11:45:01 +00:00
parent b150be0281
commit 86bab5d0fe

View File

@ -279,7 +279,7 @@ end;
constructor TCustomExtendedTabSheet.Create(TheOwner: TComponent);
begin
inherited Create(TheOwner);
BorderSpacing.Around := 3;
BorderSpacing.Around := 1;
end;
destructor TCustomExtendedTabSheet.Destroy;