Fix layout problems in history view
commitcf4f57465fc8f0e2c32d5942e51c97e2d859fd3d
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 25 Apr 2007 19:54:58 +0000 (25 21:54 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 1 May 2007 04:40:14 +0000 (1 00:40 -0400)
treed964e738cc6acca8e0a205643afc88bdac81b5bb
parentcb5418b89459a6f7da2a63b0c3796305c78179a0
Fix layout problems in history view

Before this fix the rows in the history view sometimes (often)
got the wrong line height, leaving only half lines visible.
Also adjust column widths a little and add "Tags" header and
do not display time for workspace files.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java