git-gui: Prefer Tk's entry widget over a 1 line text field.
commitfb08baca3340099d149a88f6ede19a6870870c08
authorShawn O. Pearce <spearce@spearce.org>
Thu, 25 Jan 2007 21:50:15 +0000 (25 16:50 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 25 Jan 2007 21:50:15 +0000 (25 16:50 -0500)
tree724c8410327a0a41a6bb2441f672d0c7fd5d7d73
parent68567679a2d7cec04be1a62e09874189e46de4b6
git-gui: Prefer Tk's entry widget over a 1 line text field.

I'm a fool and previously used a text widget configured with a height
of 1 and special bindings to handle focus traversal rather than the
already built (and properly behaved) entry widget.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh