소스 검색

Bug fix: When Authentication window is resized smaller, prompts get truncated.

Source commit: 4399e6799c612647b61fbf3c77b07e550f8b13d1
Martin Prikryl 10 년 전
부모
커밋
b832f1f7ed
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      source/forms/Authenticate.cpp

+ 0 - 1
source/forms/Authenticate.cpp

@@ -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;
 }