* autosize fix by Maxim Ganetsky

git-svn-id: trunk@12099 -
This commit is contained in:
marc 2007-09-20 22:45:04 +00:00
parent aa69586a65
commit 620c81225c

View File

@ -833,7 +833,7 @@ begin
ProvidesLabel:=TLabel.Create(Self);
with ProvidesLabel do begin
Name:='ProvidesLabel';
AutoSize:=false;
AutoSize:=true;
Caption:=lisPckOptsThisPackageProvidesTheSameAsTheFollowingPackages;
AnchorParallel(akLeft,6,ProvidesPage);
AnchorParallel(akRight,6,ProvidesPage);