mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed typo.
This commit is contained in:
parent
e3b086ffb6
commit
da027efcc9
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ void lcQPropertiesTree::setPart(Object *newFocusObject)
|
|||
partShow = addProperty(partVisibility, tr("Show"), PropertyInt);
|
||||
partHide = addProperty(partVisibility, tr("Hide"), PropertyInt);
|
||||
|
||||
partAppearance = addProperty(NULL, tr("Appearence"), PropertyGroup);
|
||||
partAppearance = addProperty(NULL, tr("Appearance"), PropertyGroup);
|
||||
partColor = addProperty(partAppearance, tr("Color"), PropertyColor);
|
||||
partID = addProperty(partAppearance, tr("Part"), PropertyPart);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue