Set table row height for the glog JTable
commitfaf9ad1cee1d3d53fdb499c4c8b0fd6f09d482ac
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 30 Sep 2008 23:53:40 +0000 (1 01:53 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 1 Oct 2008 14:30:08 +0000 (1 07:30 -0700)
tree68404c1529e3029cd34103df395f7e6dbb8621d4
parentcf67dfc0cb7bcbd137416505fb34ea0b6c7d3900
Set table row height for the glog JTable

For some obscure reason JTable has a fixed default row size
of 16 pixels. This doesn't work well outside the default
look-and-feels shipped with the JRE, e.g. the GTK look and
feel for Linux.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/awtui/CommitGraphPane.java