diff options
-rw-r--r-- | lib/choose_rev.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/choose_rev.tcl b/lib/choose_rev.tcl index afd81707ce..6c4c3188f0 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] \ |