[dark mode] CommitEditor: remove white line above title
commitaf6ba2b4ed110279799ee56fa090570dba5550ce
authorThomas Wolf <thomas.wolf@paranor.ch>
Thu, 18 Feb 2021 20:02:35 +0000 (18 21:02 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Thu, 18 Feb 2021 20:10:10 +0000 (18 21:10 +0100)
tree7d74c4f2e829c274aff0df0ba066075379651187
parentd67febf773044e7a0bac8def6a70936fb54d4554
[dark mode] CommitEditor: remove white line above title

Make sure the busyLabel's empty image isn't visible at all. It's
used to correctly position our inserted StyledText horizontally.
That StyledText is vertically centered, but the form's busyLabel
apparently wasn't.

Set the busyLabel's bounds to those of the StyledText so that it
is completely behind the text.

Bug: 571294
Change-Id: I13036a357b4b3a1de865fa6398be24ebc1b68b70
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commit/HeaderText.java