Skip to content

Commit 2f51d91

Browse files
committed
Offset label lines to not hide history lines.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
1 parent e244588 commit 2f51d91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gitk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6624,7 +6624,8 @@ proc drawtags {id x xt y1} {
66246624
lappend wvals $wid
66256625
set xt [expr {$xt + $wid + $extra}]
66266626
}
6627-
set t [$canv create line $x $y1 [lindex $xvals end] $y1 \
6627+
set yl [expr {$y1 - $lthickness}]
6628+
set t [$canv create line $x $yl [lindex $xvals end] $yl \
66286629
-width $lthickness -fill $reflinecolor -tags tag.$id]
66296630
$canv lower $t
66306631
foreach tag $marks x $xvals wid $wvals {

0 commit comments

Comments
 (0)