Skip to content

Commit

Permalink
Removed SpeedTrendMeter magnification.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Apr 12, 2024
1 parent f0c0776 commit 43d03ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leads_gui/accelerometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self,
@_override
def dynamic_renderer(self, canvas: CanvasBased) -> None:
canvas.clear("d")
v = self._variable.get() * 5
v = self._variable.get()
w, h, hc, vc, limit = canvas.meta()
canvas.collect("d0", canvas.create_line(hc, vc, hc + max(min(v, .9), -.9) * hc, vc, fill=self._text_color,
arrow="last", width=4))
Expand Down

0 comments on commit 43d03ad

Please sign in to comment.