[Draft] Fixed scale multiplier for text object
This commit is contained in:
committed by
Yorik van Havre
parent
982a0fdd9c
commit
b8d7f8df57
@@ -54,10 +54,6 @@ class ViewProviderText(ViewProviderDraftAnnotation):
|
||||
|
||||
def set_properties(self, vobj):
|
||||
|
||||
vobj.addProperty("App::PropertyFloat","ScaleMultiplier",
|
||||
"Annotation",QT_TRANSLATE_NOOP("App::Property",
|
||||
"Dimension size overall multiplier"))
|
||||
|
||||
vobj.addProperty("App::PropertyLength","FontSize",
|
||||
"Text",QT_TRANSLATE_NOOP("App::Property",
|
||||
"The size of the text"))
|
||||
|
||||
Reference in New Issue
Block a user