mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Auto size message form
This commit is contained in:
parent
39686ece36
commit
2d6a9436ec
1 changed files with 5 additions and 5 deletions
10
src/fMsg.lfm
10
src/fMsg.lfm
|
|
@ -25,14 +25,14 @@ object frmMsg: TfrmMsg
|
|||
ParentColor = False
|
||||
end
|
||||
object pnlButtons: TPanel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = lblMsg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 229
|
||||
Left = 213
|
||||
Height = 0
|
||||
Top = 19
|
||||
Width = 414
|
||||
Align = alClient
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Width = 0
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 12
|
||||
BevelOuter = bvNone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue