mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001585] Help link on an internal command selector window
This commit is contained in:
parent
6c8b31e3db
commit
d731630282
1 changed files with 8 additions and 5 deletions
|
|
@ -264,18 +264,21 @@ object frmMainCommandsDlg: TfrmMainCommandsDlg
|
|||
OnClick = lblPlaceCaptionInClipClick
|
||||
end
|
||||
object lblSelectedCommandHelp: TLabel
|
||||
AnchorSideLeft.Control = pnlImage
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = pnlImage
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = pnlImage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Cursor = crHandPoint
|
||||
Left = 444
|
||||
Left = 440
|
||||
Height = 15
|
||||
Top = 40
|
||||
Width = 25
|
||||
BorderSpacing.Right = 10
|
||||
Width = 32
|
||||
Alignment = taCenter
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
BorderSpacing.Bottom = 3
|
||||
Caption = 'Help'
|
||||
Constraints.MinWidth = 32
|
||||
Font.Style = [fsUnderline]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue