- Fixed alignment in frmLogin
This commit is contained in:
parent
908bddda07
commit
2763f4357c
|
@ -25,7 +25,7 @@ object frmLogin: TfrmLogin
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 17
|
Height = 18
|
||||||
Top = 239
|
Top = 239
|
||||||
Width = 481
|
Width = 481
|
||||||
Alignment = taCenter
|
Alignment = taCenter
|
||||||
|
@ -443,6 +443,7 @@ object frmLogin: TfrmLogin
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 143
|
Width = 143
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 8
|
BorderSpacing.Top = 8
|
||||||
BorderSpacing.Right = 8
|
BorderSpacing.Right = 8
|
||||||
|
@ -458,7 +459,6 @@ object frmLogin: TfrmLogin
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 125
|
Width = 125
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
BorderSpacing.Around = 8
|
BorderSpacing.Around = 8
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = '&OK'
|
Caption = '&OK'
|
||||||
|
|
Loading…
Reference in New Issue