Source commit: 4399e6799c612647b61fbf3c77b07e550f8b13d1
@@ -178,7 +178,6 @@ TLabel * __fastcall TAuthenticateForm::GenerateLabel(int Current, UnicodeString
Result->Caption = Caption;
int Width = FPromptParent->ClientWidth - FPromptLeft - FPromptRight;
Result->Width = Width;
- Result->AutoSize = true;
return Result;
}