Skip to content

Commit 3456faa

Browse files
committed
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 78ce6bc commit 3456faa

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

0 commit comments

Comments
 (0)