FEM: rename icon, Constraint Tie
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<file>icons/FEM_ConstraintPulley.svg</file>
|
||||
<file>icons/FEM_ConstraintSelfWeight.svg</file>
|
||||
<file>icons/FEM_ConstraintTemperature.svg</file>
|
||||
<file>icons/fem-constraint-tie.svg</file>
|
||||
<file>icons/FEM_ConstraintTie.svg</file>
|
||||
<file>icons/FEM_ConstraintTransform.svg</file>
|
||||
<file>icons/fem-element-fluid-1d.svg</file>
|
||||
<file>icons/fem-element-geometry-1d.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
@@ -257,7 +257,7 @@ class _ConstraintTie(CommandManager):
|
||||
def __init__(self):
|
||||
super(_ConstraintTie, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-constraint-tie",
|
||||
"Pixmap": "FEM_ConstraintTie",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_ConstraintTie",
|
||||
"Constraint tie"
|
||||
|
||||
@@ -45,7 +45,7 @@ class _ViewProviderFemConstraintTie(ViewProviderFemConstraint.ViewProxy):
|
||||
"""
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-constraint-tie.svg"
|
||||
return ":/icons/FEM_ConstraintTie.svg"
|
||||
|
||||
def setEdit(self, vobj, mode=0):
|
||||
ViewProviderFemConstraint.ViewProxy.setEdit(
|
||||
|
||||
Reference in New Issue
Block a user