git-gui: Never line wrap in file lists.
commit3c2369773929e299002d5e4e7737ea769ddc3bf8
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 19:58:01 +0000 (21 14:58 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:57 +0000 (21 22:47 -0500)
treecf90466cc95f8cb033c4e65e006947af550b87db
parentca52156618ce374711e37c8d633f0ee30cdd58c3
git-gui: Never line wrap in file lists.

Some of my file paths in some of my repositories are very long, this
is rather typical in Java projects where the path name contains a deep
package structure and then the file name itself is rather long and
(hopefully) descriptive.  Seeing these paths line wrap in the file lists
looks absolutely horrible.  The entire rendering is almost unreadable.

Now we draw both horizontal and vertical scrollbars for both file lists,
and we never line wrap within the list text itself.

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