Don't use alternating row colors for file diff viewer
commit8822ea99f5046048d3c040ed7dfaf4a2d48e5a08
authorRobin Stocker <robin@nibor.org>
Sun, 17 Aug 2014 13:06:00 +0000 (17 23:06 +1000)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 27 Aug 2014 22:29:52 +0000 (28 00:29 +0200)
tree37f4256f072df2b6c8c273460fb87df0af28e5df
parente450fc5aeca7a721db743c994a618cd8590b0478
Don't use alternating row colors for file diff viewer

Alternating row colors are useful for tables with more than one column,
so that it's easier to see which cells belong together. But the commit
file diff viewer table only has one column.

Looking at other such tables in Eclipse, I couldn't find any that uses
alternating row colors.

Also, it makes it harder to see which files are greyed out
(non-interesting ones), see bug 440979.

Change-Id: I50b7c8c66cf391cf5c08b2a29e6bfd14896f17f6
Signed-off-by: Robin Stocker <robin@nibor.org>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitFileDiffViewer.java