Ver código fonte

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

Source commit: 9d07dfd8868a8b27577b1426e20129b3ea05d9c0
Martin Prikryl 6 anos atrás
pai
commit
a98904e481
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      deployment/winscpsetup.iss

+ 1 - 0
deployment/winscpsetup.iss

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