FEM: rename icon, Element Rotation 1D
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<file>icons/FEM_ElementFluid1D.svg</file>
|
||||
<file>icons/FEM_ElementGeometry1D.svg</file>
|
||||
<file>icons/FEM_ElementGeometry2D.svg</file>
|
||||
<file>icons/fem-element-rotation-1d.svg</file>
|
||||
<file>icons/FEM_ElementRotation1D.svg</file>
|
||||
<file>icons/fem-equation-elasticity.svg</file>
|
||||
<file>icons/fem-equation-electrostatic.svg</file>
|
||||
<file>icons/fem-equation-flow.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -341,7 +341,7 @@ class _ElementRotation1D(CommandManager):
|
||||
def __init__(self):
|
||||
super(_ElementRotation1D, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-element-rotation-1d",
|
||||
"Pixmap": "FEM_ElementRotation1D",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_ElementRotation1D",
|
||||
"Beam rotation"
|
||||
|
||||
@@ -44,7 +44,7 @@ class _ViewProviderFemElementRotation1D(ViewProviderFemConstraint.ViewProxy):
|
||||
"""
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-element-rotation-1d.svg"
|
||||
return ":/icons/FEM_ElementRotation1D.svg"
|
||||
|
||||
"""
|
||||
# do not activate the task panel, since rotation with reference shapes is not yet supported
|
||||
|
||||
Reference in New Issue
Block a user