mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 05:56:05 +02:00
IDE: fixed anchor
git-svn-id: trunk@26251 -
This commit is contained in:
parent
b6132943be
commit
d5526f2aeb
@ -471,7 +471,7 @@ object AnchorDesigner: TAnchorDesigner
|
||||
object LeftRefLeftSpeedButton: TSpeedButton
|
||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||
AnchorSideRight.Control = LeftRefRightSpeedButton
|
||||
Left = 68
|
||||
Left = 67
|
||||
Height = 30
|
||||
Top = 101
|
||||
Width = 30
|
||||
@ -489,11 +489,11 @@ object AnchorDesigner: TAnchorDesigner
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||
AnchorSideRight.Control = LeftRefCenterSpeedButton
|
||||
Left = 102
|
||||
Left = 101
|
||||
Height = 30
|
||||
Top = 101
|
||||
Width = 30
|
||||
Anchors = [akTop]
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
|
Loading…
Reference in New Issue
Block a user