Skip to content

Commit

Permalink
Arch: small fix in panel
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jul 20, 2014
1 parent 14ee127 commit 6c8c69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Arch/ArchPanel.py
Expand Up @@ -254,7 +254,6 @@ def __init__(self,obj):
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"
Expand Down

0 comments on commit 6c8c69d

Please sign in to comment.