Code

git-gui: Use a grid layout for the blame viewer.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 11:23:12 +0000 (06:23 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 11:23:12 +0000 (06:23 -0500)
commit747c0cf93c75207da095709a92a615aae0553289
treee6e1ee22d92fc0110140e865a357c76c199fb3c6
parente7fb6c69f7612d4e8545f1812a2830f97f183f87
git-gui: Use a grid layout for the blame viewer.

Using a panedwindow to display the blame viewer's individual columns
just doesn't make sense.  Most of the important data fits within the
columns we have allocated, and those that don't the leading part fits
and that's good enough.  There are just too many columns within this
viewer to let the user sanely control individual column widths.  This
change shouldn't really be an issue for most git-gui users as their
displays should be large enough to accept this massive dump of data.

We now also have a properly working horizontal scrollbar for the
current file data area.  This makes it easier to get away with a
narrow window when screen space is limited, as you can still scroll
around within the file content.

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