tvplanit: Reverse order of OK and Cancel buttons for Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5083 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-08-13 12:24:22 +00:00
parent cc2ab6faba
commit df1f7bda09
18 changed files with 109 additions and 22 deletions

View File

@ -506,7 +506,6 @@ object ContactEditForm: TContactEditForm
Default = True
OnClick = OKBtnClick
TabOrder = 0
TabStop = False
end
object CancelBtn: TButton
Left = 351
@ -518,7 +517,6 @@ object ContactEditForm: TContactEditForm
Caption = 'Cancel'
OnClick = CancelBtnClick
TabOrder = 1
TabStop = False
end
end
end