فهرست منبع

Unscaled offset

Source commit: 34bff3f9f9e4f445cd941f02b4027ffeed597234
Martin Prikryl 7 سال پیش
والد
کامیت
c799706239
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      deployment/winscpsetup.iss

+ 1 - 1
deployment/winscpsetup.iss

@@ -963,7 +963,7 @@ begin
   WizardForm.LicenseNotAcceptedRadio.Visible := False;
   WizardForm.LicenseNotAcceptedRadio.Visible := False;
   WizardForm.LicenseMemo.Height :=
   WizardForm.LicenseMemo.Height :=
     GetBottom(WizardForm.LicenseNotAcceptedRadio) -
     GetBottom(WizardForm.LicenseNotAcceptedRadio) -
-    WizardForm.LicenseMemo.Top - 5;
+    WizardForm.LicenseMemo.Top - ScaleY(5);
 
 
   // hide installation types combo
   // hide installation types combo
   WizardForm.TypesCombo.Visible := False;
   WizardForm.TypesCombo.Visible := False;