Browse Source

One more correction of custom control alignment (should have been in e46177a6e2)

Source commit: 9d07dfd8868a8b27577b1426e20129b3ea05d9c0
Martin Prikryl 6 years ago
parent
commit
a98904e481
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deployment/winscpsetup.iss

+ 1 - 0
deployment/winscpsetup.iss

@@ -1200,6 +1200,7 @@ begin
   Caption := TLabel.Create(DonationPanel);
   Caption := TLabel.Create(DonationPanel);
   Caption.WordWrap := True;
   Caption.WordWrap := True;
   Caption.Caption := CustomMessage('PleaseDonate');
   Caption.Caption := CustomMessage('PleaseDonate');
+  Caption.Anchors := [akLeft, akTop, akRight];
   Caption.Left := 0;
   Caption.Left := 0;
   Caption.Top := 0;
   Caption.Top := 0;
   Caption.Width := DonationPanel.Width;
   Caption.Width := DonationPanel.Width;