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
dscho committed Jun 9, 2016
2 parents de9ba67 + 67080bb commit ab79086
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 ab79086

Please sign in to comment.