Code

git-gui: Pad new branch name input box.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 18:37:53 +0000 (13:37 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:55 +0000 (22:47 -0500)
commitf8a1518d06378c34fa8a0d8530e5041527004af5
treea2b5c63a67c969826f380e7a72327db33f4b22c2
parent14efcc748597f8b00d362df26adf5c4b4b7777f7
git-gui: Pad new branch name input box.

The new branch name input box was showing up too close to the labelframe
border, it was basically right on top of it on Windows.  This didn't
look right when compared to the Starting Revision's expression input
field, as that had a 5 pixel padding.

So I've put the new name input box into its own frame and padded that
frame by 5 pixels, making the UI more consistent.

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