FEM: icons, rename element rotation 1d
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<file>icons/fem-add-material.svg</file>
|
||||
<file>icons/fem-add-part.svg</file>
|
||||
<file>icons/fem-analysis.svg</file>
|
||||
<file>icons/fem-beam-rotation.svg</file>
|
||||
<file>icons/fem-clipping-plane-add.svg</file>
|
||||
<file>icons/fem-clipping-plane-remove-all.svg</file>
|
||||
<file>icons/fem-constraint-bearing.svg</file>
|
||||
@@ -33,6 +32,7 @@
|
||||
<file>icons/fem-element-fluid-1d.svg</file>
|
||||
<file>icons/fem-element-geometry-1d.svg</file>
|
||||
<file>icons/fem-element-geometry-2d.svg</file>
|
||||
<file>icons/fem-element-rotation-1d.svg</file>
|
||||
<file>icons/fem-equation-electrostatic.svg</file>
|
||||
<file>icons/fem-equation-fluxsolver.svg</file>
|
||||
<file>icons/fem-equation-elasticity.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -274,7 +274,7 @@ class _CommandFemElementRotation1D(CommandManager):
|
||||
"The Fem_ElementRotation1D command definition"
|
||||
def __init__(self):
|
||||
super(_CommandFemElementRotation1D, self).__init__()
|
||||
self.resources = {'Pixmap': 'fem-beam-rotation',
|
||||
self.resources = {'Pixmap': 'fem-element-rotation-1d',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_ElementRotation1D", "Beam rotation"),
|
||||
'Accel': "C, R",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_ElementRotation1D", "Creates a FEM beam rotation")}
|
||||
|
||||
@@ -43,7 +43,7 @@ class _ViewProviderFemElementRotation1D:
|
||||
vobj.Proxy = self
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-beam-rotation.svg"
|
||||
return ":/icons/fem-element-rotation-1d.svg"
|
||||
|
||||
def attach(self, vobj):
|
||||
from pivy import coin
|
||||
|
||||
Reference in New Issue
Block a user