git-gui: Remove unnecessary space between columns in blame viewer
commit063257076d8ea2bbf185ca33192583e03099e955
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 06:55:53 +0000 (2 02:55 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:48 +0000 (6 01:26 -0400)
tree4fd473da213c07b9363490b5a2b0e1541c5c9eb9
parent0eab69a4a97294c9d6751fad17d1273e28f4a4cd
git-gui: Remove unnecessary space between columns in blame viewer

On Mac OS X the OS has "features" that like to draw thick black
borders around the text field that has focus.  This is nice if
you want to know where your text is going and are blind as a bat,
but it isn't the best thing to have in a table that is being
faked through the abuse of Tk text widgets.

By setting our takefocus, highlightthickness and padx/y we can
get rid of this border and get our text widgets packed right next
to each other, with no padding between them.  This makes the blame
background color smoothly run across the entire line of commit data,
line number and file content.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl