git-gui: Correct resizing of remote branch delete dialog
commit1eb96a25c9e76b70ca3f335bce7e60d66220eaa9
authorShawn O. Pearce <spearce@spearce.org>
Wed, 4 Jul 2007 18:06:28 +0000 (4 14:06 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 5 Jul 2007 03:16:20 +0000 (4 23:16 -0400)
treed5564efa9f95d26e4a21f8f13e50fce338930974
parentc1fd897a25d85424a2ee93a8ae2eb247ba7c2558
git-gui: Correct resizing of remote branch delete dialog

The status field of the remote branch delete dialog was marked to
expand, which meant that if the user grew the window vertically
most of the new vertical height was given to the status field and
not to the branch list.  Since the status field is just a single
line of text there is no reason for it to gain additional height,
instead we should make sure all additional height goes to the
branch list.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/remote_branch_delete.tcl