mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 19:29:55 +01: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
|
object LeftRefLeftSpeedButton: TSpeedButton
|
||||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||||
AnchorSideRight.Control = LeftRefRightSpeedButton
|
AnchorSideRight.Control = LeftRefRightSpeedButton
|
||||||
Left = 68
|
Left = 67
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 101
|
Top = 101
|
||||||
Width = 30
|
Width = 30
|
||||||
@ -489,11 +489,11 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||||
AnchorSideRight.Control = LeftRefCenterSpeedButton
|
AnchorSideRight.Control = LeftRefCenterSpeedButton
|
||||||
Left = 102
|
Left = 101
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 101
|
Top = 101
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 4
|
BorderSpacing.Right = 4
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 2
|
GroupIndex = 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user