git-gui: Use a grid layout for branch dialog.
commit66cc17d1d3bead2ebf6fbe41ea31e7ec111d891b
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 18:56:38 +0000 (21 13:56 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:55 +0000 (21 22:47 -0500)
treee451b93a83b891bf7a1c5bd73abbde29ab20a91d
parentf8a1518d06378c34fa8a0d8530e5041527004af5
git-gui: Use a grid layout for branch dialog.

Using a stack of frames in the Starting Revision section of the new
branch dialog turned out to be a mess.  The varying lengths of each
label caused the optionMenu widgets to be spread around the screen
at unaligned locations, making the interface very kludgy looking.

Now we layout the major sections of the branch dialog using grid
rather than pack, allowing these widgets to line up vertically in
a nice neat column.  All extra space is given to column 1, which is
where we have located the text fields.

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