Arch: small fix in panel

This commit is contained in:
Yorik van Havre 2014-07-20 13:19:51 -03:00
parent 14ee127dc7
commit 6c8c69df02

View File

@ -254,7 +254,6 @@ class _Panel(ArchComponent.Component):
obj.addProperty("App::PropertyLength","Length","Arch",translate("Arch","The length of this element, if not based on a profile"))
obj.addProperty("App::PropertyLength","Width","Arch",translate("Arch","The width of this element, if not based on a profile"))
obj.addProperty("App::PropertyLength","Thickness","Arch",translate("Arch","The thickness or extrusion depth of this element"))
obj.addProperty("App::PropertyString","Tag","Arch",translate("Arch","An identification tag to be printed on the panel"))
obj.addProperty("App::PropertyInteger","Sheets","Arch",translate("Arch","The number of sheets to use"))
obj.Sheets = 1
self.Type = "Panel"