[Draft] Fixed scale multiplier for text object

This commit is contained in:
carlopav
2020-04-17 18:31:39 +02:00
committed by Yorik van Havre
parent 982a0fdd9c
commit b8d7f8df57

View File

@@ -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"))