git-gui: Always offer scrollbars for branch lists.
commit729a6f60ddd0b3317c581a01687a32e585fa0c3e
authorShawn O. Pearce <spearce@spearce.org>
Fri, 26 Jan 2007 09:16:39 +0000 (26 04:16 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 26 Jan 2007 09:16:39 +0000 (26 04:16 -0500)
tree21b094b6a1d783a0a549699f9351eab48b60fb15
parent5f39dbf64f5e57c6ab7b20ba8c397df1074bc30c
git-gui: Always offer scrollbars for branch lists.

Anytime we use a listbox to show branch names its possible for the
listbox to exceed 10 entries (actually its probably very common).
So we should always offer a scrollbar for the Y axis on these
listboxes.  I just forgot to add it when I defined them.

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