Fossil SCM
Some timeline lines were too short.
Commit
c4697ad8af8b1a74f62a0e60226cf52b972943c1
Parent
c6638b79c7f4aae…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -752,11 +752,11 @@ | ||
| 752 | 752 | @ }while( obj = obj.offsetParent ); |
| 753 | 753 | @ } |
| 754 | 754 | @ return left; |
| 755 | 755 | @ } |
| 756 | 756 | @ function drawUpArrow(x,y0,y1){ |
| 757 | - @ drawBox(lineClr,x,y0+5,x+1,y1); | |
| 757 | + @ drawBox(lineClr,x,y0+4,x+1,y1); | |
| 758 | 758 | @ var n = document.createElement("div"), |
| 759 | 759 | @ l = x-2, |
| 760 | 760 | @ t = y0; |
| 761 | 761 | @ n.style.position = "absolute"; |
| 762 | 762 | @ n.style.left = l+"px"; |
| 763 | 763 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -752,11 +752,11 @@ | |
| 752 | @ }while( obj = obj.offsetParent ); |
| 753 | @ } |
| 754 | @ return left; |
| 755 | @ } |
| 756 | @ function drawUpArrow(x,y0,y1){ |
| 757 | @ drawBox(lineClr,x,y0+5,x+1,y1); |
| 758 | @ var n = document.createElement("div"), |
| 759 | @ l = x-2, |
| 760 | @ t = y0; |
| 761 | @ n.style.position = "absolute"; |
| 762 | @ n.style.left = l+"px"; |
| 763 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -752,11 +752,11 @@ | |
| 752 | @ }while( obj = obj.offsetParent ); |
| 753 | @ } |
| 754 | @ return left; |
| 755 | @ } |
| 756 | @ function drawUpArrow(x,y0,y1){ |
| 757 | @ drawBox(lineClr,x,y0+4,x+1,y1); |
| 758 | @ var n = document.createElement("div"), |
| 759 | @ l = x-2, |
| 760 | @ t = y0; |
| 761 | @ n.style.position = "absolute"; |
| 762 | @ n.style.left = l+"px"; |
| 763 |