Skip to content

Commit

Permalink
Merge pull request #620 from sidecut/sidecut-gitk-list-references-win…
Browse files Browse the repository at this point in the history
…dow-width

Make the "list references" default window width wider
  • Loading branch information
Git for Windows Build Agent committed Nov 14, 2016
2 parents 4bdaf58 + 6d61127 commit 56641b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk-git/gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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]} {
Expand Down

0 comments on commit 56641b9

Please sign in to comment.