]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-gui: Increase the default height of the revision picker
authorShawn O. Pearce <spearce@spearce.org>
Wed, 18 Jul 2007 06:27:39 +0000 (02:27 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 18 Jul 2007 06:27:39 +0000 (02:27 -0400)
Showing only five lines of heads/tags is not very useful to a user
when they have about 10 branches that match the filter expression.
The list is just too short to really be able to read easily, at
least not without scrolling up and down.  Expanding the list out
to 10 really makes the revision picker easier to read and access,
as you can read the matching branches much more quickly.

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

index afd81707ceb08ccc106e76b082f892c824dfb828..6c4c3188f0eab7bf81f35c9eabea6cf77f078f63 100644 (file)
@@ -86,7 +86,7 @@ constructor new {path {title {}}} {
        listbox $w_list \
                -font font_diff \
                -width 50 \
-               -height 5 \
+               -height 10 \
                -selectmode browse \
                -exportselection false \
                -xscrollcommand [cb _sb_set $w.list.sbx h] \