Use multi-line text fields for merge and rebase result dialogs
commitc46fd0d57551b7099ad089149fa018a8aaf4be3b
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 13 Aug 2018 12:06:55 +0000 (13 14:06 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 13 Aug 2018 20:20:06 +0000 (13 16:20 -0400)
treef0503999353558028a68881a3943db0659d182f9
parentbd5c1b06d00ced8dc8cab0c853559528ff81d855
Use multi-line text fields for merge and rebase result dialogs

Text fields that are supposed to show multiple lines should actually
be created as multi-line fields (SWT.MULTI), not single-line fields.

Bug: 537482
Change-Id: Ib0f53584ff326e2160159984e140318a8fa4c432
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/merge/MergeResultDialog.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/rebase/RebaseResultDialog.java