Skip to content

Commit 9d876f7

Browse files
sidecutdscho
authored andcommitted
gitk: make the "list references" default window width wider
When using remotes (with git-flow especially), the remote reference names are almost always wordwrapped in the "list references" window because it's somewhat narrow by default. It's possible to resize it with a mouse, but it's annoying to have to do this every time, especially on Windows 10, where the window border seems to be only one (1) pixel wide, thus making the grabbing of the window border tricky. Signed-off-by: James J. Raden <[email protected]>
1 parent 1850f2b commit 9d876f7

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
@@ -9868,7 +9868,7 @@ proc showrefs {} {
98689868
text $top.list -background $bgcolor -foreground $fgcolor \
98699869
-selectbackground $selectbgcolor -font mainfont \
98709870
-xscrollcommand "$top.xsb set" -yscrollcommand "$top.ysb set" \
9871-
-width 30 -height 20 -cursor $maincursor \
9871+
-width 60 -height 20 -cursor $maincursor \
98729872
-spacing1 1 -spacing3 1 -state disabled
98739873
$top.list tag configure highlight -background $selectbgcolor
98749874
if {![lsearch -exact $bglist $top.list]} {

0 commit comments

Comments
 (0)