]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Display status on left in diff header.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 03:06:37 +0000 (22:06 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 05:10:41 +0000 (00:10 -0500)
commit3e7b0e1d0ae509a54ca61c2b4c4990c8e6f0b2c0
treefebe1a7eb848a620f0f6bbcd15c1bdc000a2434b
parent135f76ed996b6a0478831c561e1cddd249b7e19d
git-gui: Display status on left in diff header.

Because the Tk pack layout manager gives all space to the right/bottom
most widget during expand/contract of the frame we were adding and
removing all space from the status area of the bar and not from the
file name, which is what we actually wanted.

A simple enough fix is to just put the status of the given file on
the left side of the diff viewer header rather than on the right.

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