FEM: rename icon, Constraint Displacement

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:38:59 +01:00
parent 4be60f06fa
commit fb3a3f6a33
5 changed files with 4 additions and 4 deletions

View File

@@ -383,7 +383,7 @@ CmdFemConstraintDisplacement::CmdFemConstraintDisplacement()
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for a displacement acting on a geometric entity");
sWhatsThis = "FEM_ConstraintDisplacement";
sStatusTip = sToolTipText;
sPixmap = "fem-constraint-displacement";
sPixmap = "FEM_ConstraintDisplacement";
}
void CmdFemConstraintDisplacement::activated(int)

View File

@@ -10,7 +10,7 @@
<file>icons/fem-clipping-plane-remove-all.svg</file>
<file>icons/FEM_ConstraintBearing.svg</file>
<file>icons/FEM_ConstraintContact.svg</file>
<file>icons/fem-constraint-displacement.svg</file>
<file>icons/FEM_ConstraintDisplacement.svg</file>
<file>icons/fem-constraint-electrostatic-potential.svg</file>
<file>icons/fem-constraint-fixed.svg</file>
<file>icons/fem-constraint-flow-velocity.svg</file>

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -62,7 +62,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintDisplacement */
TaskFemConstraintDisplacement::TaskFemConstraintDisplacement(ViewProviderFemConstraintDisplacement *ConstraintView,QWidget *parent)
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-displacement")
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintDisplacement")
{
proxy = new QWidget(this);
ui = new Ui_TaskFemConstraintDisplacement();

View File

@@ -48,7 +48,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintDisplacement, FemGui::ViewProvi
ViewProviderFemConstraintDisplacement::ViewProviderFemConstraintDisplacement()
{
sPixmap = "fem-constraint-displacement";
sPixmap = "FEM_ConstraintDisplacement";
ADD_PROPERTY(FaceColor,(0.2f,0.3f,0.2f));
}