浏览代码

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.LicenseMemo.Height :=
     GetBottom(WizardForm.LicenseNotAcceptedRadio) -
-    WizardForm.LicenseMemo.Top - 5;
+    WizardForm.LicenseMemo.Top - ScaleY(5);
 
   // hide installation types combo
   WizardForm.TypesCombo.Visible := False;