1
0
mirror of synced 2024-09-19 09:46:09 +00:00

Fixed: changed poDesigned to poDefaultPosOnly

This commit is contained in:
Mark van Renswoude 2005-03-13 16:15:12 +00:00
parent ba8347180b
commit 396934b857

View File

@ -30,7 +30,7 @@ begin
AForm.WindowState := wsMaximized
else with THackCustomForm(AForm) do begin
WindowState := wsNormal;
Position := poDesigned;
Position := poDefaultPosOnly;
Left := ReadInteger('Left', Left);
Top := ReadInteger('Top', Top);
Width := ReadInteger('Width', Width);