annotation arrows are now scaled at 0.5

This commit is contained in:
Andréas Livet 2022-12-16 12:20:18 +01:00
parent 7214c541f1
commit 1652f32504

View File

@ -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: