浏览代码

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

Source commit: 9d07dfd8868a8b27577b1426e20129b3ea05d9c0
Martin Prikryl 6 年之前
父节点
当前提交
a98904e481
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;