Browse Source

annotation arrows are now scaled at 0.5

pull/2/head
Andréas Livet 1 year ago
parent
commit
1652f32504
  1. 2
      ahb_techdraw_extensions.py

2
ahb_techdraw_extensions.py

@ -524,7 +524,7 @@ class TechDrawExtensions:
balloon.ViewObject.Font = 'DejaVu Sans'
balloon.ViewObject.Fontsize = 4
balloon.BubbleShape = 'Inspection'
balloon.EndTypeScale = 1
balloon.EndTypeScale = 0.5
def getBalloonSourcePart(self, balloon):
try:

Loading…
Cancel
Save