diff view, fix tab order L2R

This commit is contained in:
Basile Burg 2019-06-18 07:11:04 +02:00
parent a2c73a0d5e
commit 75d5fe512f
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ object DiffViewer: TDiffViewer
ModalResult = 1 ModalResult = 1
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
TabOrder = 1 TabOrder = 2
end end
object btnCancel: TBitBtn object btnCancel: TBitBtn
Left = 287 Left = 287
@ -167,7 +167,7 @@ object DiffViewer: TDiffViewer
ModalResult = 2 ModalResult = 2
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
TabOrder = 2 TabOrder = 1
end end
end end
object Panel2: TPanel object Panel2: TPanel