Explorar o código

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

Source commit: 9d07dfd8868a8b27577b1426e20129b3ea05d9c0
Martin Prikryl %!s(int64=6) %!d(string=hai) anos
pai
achega
a98904e481
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;