mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: FTP - options dialog alignment #2
This commit is contained in:
parent
ef0fb98de3
commit
a5ed841dea
1 changed files with 1 additions and 3 deletions
|
|
@ -283,12 +283,10 @@ object DialogBox: TDialogBox
|
|||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = chkAutoTLS
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = lblName
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 63
|
||||
Height = 19
|
||||
Top = 79
|
||||
Width = 41
|
||||
Width = 48
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 4
|
||||
Caption = 'SSH'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue