diff --git a/src/plan/PlanView.tsx b/src/plan/PlanView.tsx index c2bcde5..32a6a7e 100644 --- a/src/plan/PlanView.tsx +++ b/src/plan/PlanView.tsx @@ -2483,7 +2483,7 @@ function DraftHud({ let cx = x + padX; return ( - + {segs.map((s, i) => { const sx = cx; cx += widths[i] + gap; @@ -2496,7 +2496,7 @@ function DraftHud({ y={y + 1.5 * vbPerPx} width={widths[i] + 4 * vbPerPx} height={h - 3 * vbPerPx} - rx={2 * vbPerPx} + rx={5 * vbPerPx} /> )}