]> source.dussan.org Git - jgit.git/commit
Fix text alignment in history plot renderer 14/23314/2
authorRüdiger Herrmann <ruediger.herrmann@gmx.de>
Thu, 13 Mar 2014 10:30:20 +0000 (11:30 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 13 Mar 2014 22:39:36 +0000 (23:39 +0100)
commit24921e12d0f02412e21f132a003262efc02290c2
tree2717d9292b5dfdf9247ec0b145e083f926ffea18
parent4c3e7931ed1eb2c686e6e90a57e9122cf603d68c
Fix text alignment in history plot renderer

When more than one lane is drawn, some commits are vertically misaligned
(off by two pixels). This change fixes the alignment.

Bug: 426047
Change-Id: Icbe7ce9f5a6b281b2aaab66e4d76dfc1010b2fb5
Signed-off-by: Konrad Kügler <swamblumat-eclipsebugs@yahoo.de>
Signed-off-by: Rüdiger Herrmann <ruediger.herrmann@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/revplot/AbstractPlotRendererTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revplot/AbstractPlotRenderer.java