Better align repository hyperlink in commit viewer
commit4e047ed1d978a16f1b7dd2bbca76dbfa341f0b60
authorMichael Keppler <Michael.Keppler@gmx.de>
Sun, 19 Nov 2017 15:25:14 +0000 (19 16:25 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 23 Dec 2017 21:14:14 +0000 (23 22:14 +0100)
tree5d4b351f9d62e5854ad5c31ce8e61889414f353c
parentb17f9d66d67e5b4ae1373cd94336dd64708ba379
Better align repository hyperlink in commit viewer

This removes the parent composite of the repository hyperlink label of
the commit viewer toolbar. The improved layout is just because of not
having the default spacing/margins/borders of the removed parent.

Therefore an alternative fix would be to just set those layout
properties instead of removing the composite, should some developer see
this composite as necessary due to another reason unknown to me.

Bug: 527454
Change-Id: I0694a04c43d92822e762f28d8b3b154ac53441f8
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commit/CommitEditor.java