mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 23:39:09 +02:00
* autosize fix by Maxim Ganetsky
git-svn-id: trunk@12099 -
This commit is contained in:
parent
aa69586a65
commit
620c81225c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user