Merge pull request #620 from sidecut/sidecut-gitk-list-references-window-width

Make the "list references" default window width wider
This commit is contained in:
Johannes Schindelin
2016-08-09 16:51:33 +02:00

View File

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