Merge pull request #1 from luzpaz/ArchStairs_Improvement_9
Typo fix for Archstair_Improvement9
This commit is contained in:
@@ -332,7 +332,7 @@ class _Stairs(ArchComponent.Component):
|
|||||||
|
|
||||||
# TODO - To be combined into Width when PropertyLengthList is available
|
# TODO - To be combined into Width when PropertyLengthList is available
|
||||||
if not "WidthOfLanding" in pl:
|
if not "WidthOfLanding" in pl:
|
||||||
obj.addProperty("App::PropertyFloatList","WidthOfLanding","Stairs",QT_TRANSLATE_NOOP("App::Property","The width of a Landing (2nd edge and after - 1st edge follow Width property"))
|
obj.addProperty("App::PropertyFloatList","WidthOfLanding","Stairs",QT_TRANSLATE_NOOP("App::Property","The width of a Landing (Second edge and after - First edge follows Width property"))
|
||||||
|
|
||||||
# steps properties
|
# steps properties
|
||||||
if not "NumberOfSteps" in pl:
|
if not "NumberOfSteps" in pl:
|
||||||
|
|||||||
Reference in New Issue
Block a user