Skip to content

Commit 437b2c7

Browse files
committed
fix UI for System Check in InnoSetup 6.6.1
1 parent bdbdcdf commit 437b2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InnoSetup/Pages/SystemCheckPage.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ begin
695695
Top := ScaleY(60);
696696
ReadOnly := True;
697697
Font.Name := 'Courier New';
698-
Height := WizardForm.CancelButton.Top - ScaleY(40);
698+
Height := WizardForm.CancelButton.Top - ScaleY(100);
699699
Width := WizardForm.ClientWidth + ScaleX(80);
700700
WordWrap := True;
701701
Visible := False;

0 commit comments

Comments
 (0)