annotation arrows are now scaled at 0.5
This commit is contained in:
parent
7214c541f1
commit
1652f32504
@ -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…
Reference in New Issue
Block a user