mirror of https://gitlab.com/basile.b/dexed.git
diff view, fix tab order L2R
This commit is contained in:
parent
a2c73a0d5e
commit
75d5fe512f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue