git-gui: Shorten the staged/unstaged changes title bar text
commitc73ce762f091688ce6bcd5470239f7c5d1963800
authorShawn O. Pearce <spearce@spearce.org>
Fri, 5 Oct 2007 12:47:23 +0000 (5 08:47 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 10 Oct 2007 05:12:18 +0000 (10 01:12 -0400)
tree6f02ae849637483b91a306252dc2c5efc533a2d6
parent13824e2df23c18eab28b2b9a8c112276a84dd419
git-gui: Shorten the staged/unstaged changes title bar text

The titles for the staged and unstaged areas were usually opening
up too narrow by default, causing the text to be clipped by Tcl as
it tried to center the text in the middle of the available area.
This meant that users who were new to git-gui did not get to see
the entire header and may be unclear about what the different lists
are.

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