slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
111 stars 76 forks source link

Make the size of arrow heads on lines configurable #1071

Closed jjanice closed 2 months ago

jjanice commented 3 months ago

What's the problem this feature will solve? Can't see the arrow heads on my display - they're too small

Describe the solution you'd like Make the arrow head size configurable

Additional context Search for:

points = self._arrow_points(start_point, end_point, 6, 6)

in drawing.py. The 6's are for the arrow head size.