From 46a2df3ac20c53eaec1d2081d5324f7c85b1adef Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 18 Jul 2007 02:27:39 -0400 Subject: git-gui: Increase the default height of the revision picker 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 diff --git a/lib/choose_rev.tcl b/lib/choose_rev.tcl index afd8170..6c4c318 100644 --- a/lib/choose_rev.tcl +++ b/lib/choose_rev.tcl @@ -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] \ -- cgit v0.10.2-6-g49f6