From 6c8c69df029869afffeb7a132ef1bd88a244792d Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sun, 20 Jul 2014 13:19:51 -0300 Subject: [PATCH] Arch: small fix in panel --- src/Mod/Arch/ArchPanel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Arch/ArchPanel.py b/src/Mod/Arch/ArchPanel.py index a03fda332..4838c77c4 100644 --- a/src/Mod/Arch/ArchPanel.py +++ b/src/Mod/Arch/ArchPanel.py @@ -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"