Bläddra i källkod

Comment about hiding "about donation" link on modern style wizard

Source commit: 9aa1290cd5f384bf1622400b8227116e959a1fdd
Martin Prikryl 6 år sedan
förälder
incheckning
e4432ddf5b
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      deployment/winscpsetup.iss

+ 1 - 0
deployment/winscpsetup.iss

@@ -1377,6 +1377,7 @@ begin
 
 
       // Hide "about donations" if it does not fit nicely
       // Hide "about donations" if it does not fit nicely
       // (happens on "long" languages, as German)
       // (happens on "long" languages, as German)
+      // Should not happen anymore with "modern" style of IS6.
       if (DonationPanel.Top + GetBottom(AboutDonationCaption)) >
       if (DonationPanel.Top + GetBottom(AboutDonationCaption)) >
          (WizardForm.FinishedPage.Height - ScaleY(8)) then
          (WizardForm.FinishedPage.Height - ScaleY(8)) then
       begin
       begin