Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Fix custom option DPI issue + also set anchors.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 11, 2020
1 parent 7eb8333 commit 2af178e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.iss
Expand Up @@ -175,6 +175,8 @@ begin
with CheckBox do begin
Top := PreviousControl.Top + PreviousControl.Height + ScaleY(12);
Width := Page.SurfaceWidth;
Height := ScaleY(Height);
Anchors := [akLeft, akTop, akRight];
Caption := ACheckCaption;
Parent := Page.Surface;
end;
Expand Down

0 comments on commit 2af178e

Please sign in to comment.