Browse Source

annotation arrows are now scaled at 0.5

pull/2/head
Andréas Livet 2 years 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.Font = 'DejaVu Sans'
balloon.ViewObject.Fontsize = 4 balloon.ViewObject.Fontsize = 4
balloon.BubbleShape = 'Inspection' balloon.BubbleShape = 'Inspection'
balloon.EndTypeScale = 1 balloon.EndTypeScale = 0.5
def getBalloonSourcePart(self, balloon): def getBalloonSourcePart(self, balloon):
try: try:

Loading…
Cancel
Save