Merge pull request #5055 from Roy-043/Draft_fix_wpproxy_view_prop_group

Draft: fix wpproxy view properties group
This commit is contained in:
Yorik van Havre
2021-09-23 16:41:14 +02:00
committed by GitHub

View File

@@ -45,11 +45,11 @@ class ViewProviderWorkingPlaneProxy:
_tip = "The display length of this section plane"
vobj.addProperty("App::PropertyLength", "DisplaySize",
"Arch", QT_TRANSLATE_NOOP("App::Property", _tip))
"Draft", QT_TRANSLATE_NOOP("App::Property", _tip))
_tip = "The size of the arrows of this section plane"
vobj.addProperty("App::PropertyLength","ArrowSize",
"Arch",QT_TRANSLATE_NOOP("App::Property", _tip))
vobj.addProperty("App::PropertyLength", "ArrowSize",
"Draft", QT_TRANSLATE_NOOP("App::Property", _tip))
vobj.addProperty("App::PropertyPercent","Transparency","Base","")