You've already forked lazarus-ccr
TvPlanIt: Workaround for opaque labels issue in Laz 2.2.4.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -13,7 +13,7 @@ object ContactEditForm: TContactEditForm
|
||||
OnKeyDown = FormKeyDown
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.9.0.0'
|
||||
LCLVersion = '2.3.0.0'
|
||||
object PageControl: TPageControl
|
||||
Left = 0
|
||||
Height = 577
|
||||
@ -97,10 +97,10 @@ object ContactEditForm: TContactEditForm
|
||||
AnchorSideTop.Control = edTitle
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = edTitle
|
||||
Left = 75
|
||||
Left = 76
|
||||
Height = 15
|
||||
Top = 66
|
||||
Width = 23
|
||||
Width = 22
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Left = 8
|
||||
|
Reference in New Issue
Block a user