tvplanit: Fix Linux button issue in Element editor, another attempt.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5085 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-08-13 14:01:04 +00:00
parent 52d878d48f
commit cdd3e42006
2 changed files with 9 additions and 3 deletions

View File

@ -423,7 +423,6 @@ object frmEditElement: TfrmEditElement
Top = 403
Width = 465
Align = alTop
AutoSize = True
BorderSpacing.Left = 12
BorderSpacing.Top = 8
BorderSpacing.Right = 12
@ -445,12 +444,13 @@ object frmEditElement: TfrmEditElement
end
object btnOk: TButton
AnchorSideRight.Control = btnCancel
Left = 309
Left = 308
Height = 25
Top = 0
Width = 75
Anchors = [akTop, akRight]
BorderSpacing.Right = 7
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = 'OK'
Default = True
OnClick = btnOkClick