Draft: fix wpproxy view properties group

View properties of a WP proxy should not appear in the Arch group.
This commit is contained in:
Roy-043
2021-09-23 12:44:17 +02:00
committed by GitHub
parent f38481a68c
commit e2e16e60dc

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