FEM: rename icon, Constraint Plane Rotation

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:19 +01:00
parent 34cbca72ca
commit 41133faade
5 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPlaneRotation, FemGui::ViewProv
ViewProviderFemConstraintPlaneRotation::ViewProviderFemConstraintPlaneRotation()
{
sPixmap = "fem-constraint-planerotation";
sPixmap = "FEM_ConstraintPlaneRotation";
//Note change "planerotation" in line above to new constraint name, make sure it is the same as in taskFem* cpp file
ADD_PROPERTY(FaceColor,(0.2f,0.3f,0.2f));
}