Skip to content

Commit

Permalink
Changed that the "no"-line was barely visible in darkmode (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagirijus authored May 7, 2024
1 parent 47d8076 commit ed2ac51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timetagger/app/front.py
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ def _draw_record_area(self, ctx, x1, x2, x3, y1, y2):
# Draw "now" - also if drawing stats
t = self._canvas.now()
y = y1 + (t - t1) * pps
ctx.strokeStyle = COLORS.prim1_clr
ctx.strokeStyle = COLORS.record_text
ctx.lineWidth = 3 # Pretty thick so it sticks over other edges like week bounds
ctx.setLineDash([4, 4])
ctx.lineDashOffset = t % 8
Expand Down

0 comments on commit ed2ac51

Please sign in to comment.