FIX: Auto size message form

This commit is contained in:
Alexander Koblov 2013-11-24 15:38:47 +00:00
commit 2d6a9436ec

View file

@ -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