Fixed: changed poDesigned to poDefaultPosOnly
This commit is contained in:
parent
ba8347180b
commit
396934b857
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user