Skip to content

Commit bb75656

Browse files
committed
Merge pull request #620 from sidecut/sidecut-gitk-list-references-window-width
Make the "list references" default window width wider
2 parents 151153b + a152eaa commit bb75656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk-git/gitk

+1-1
Original file line numberDiff line numberDiff line change
@@ -9874,7 +9874,7 @@ proc showrefs {} {
98749874
text $top.list -background $bgcolor -foreground $fgcolor \
98759875
-selectbackground $selectbgcolor -font mainfont \
98769876
-xscrollcommand "$top.xsb set" -yscrollcommand "$top.ysb set" \
9877-
-width 30 -height 20 -cursor $maincursor \
9877+
-width 60 -height 20 -cursor $maincursor \
98789878
-spacing1 1 -spacing3 1 -state disabled
98799879
$top.list tag configure highlight -background $selectbgcolor
98809880
if {![lsearch -exact $bglist $top.list]} {

0 commit comments

Comments
 (0)