FEM: icons, rename solver control
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
<file>icons/fem-constraint-selfweight.svg</file>
|
||||
<file>icons/fem-constraint-temperature.svg</file>
|
||||
<file>icons/fem-constraint-transform.svg</file>
|
||||
<file>icons/fem-control-solver.svg</file>
|
||||
<file>icons/fem-equation-electrostatic.svg</file>
|
||||
<file>icons/fem-equation-fluxsolver.svg</file>
|
||||
<file>icons/fem-equation-elasticity.svg</file>
|
||||
@@ -70,6 +69,7 @@
|
||||
<file>icons/fem-post-result-show.svg</file>
|
||||
<file>icons/fem-post-results-purge.svg</file>
|
||||
<file>icons/fem-shell-thickness.svg</file>
|
||||
<file>icons/fem-solver-control.svg</file>
|
||||
<file>icons/fem-solver-elmer.svg</file>
|
||||
<file>icons/fem-solver-run.svg</file>
|
||||
<file>icons/fem-solver.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -721,7 +721,7 @@ class _CommandFemSolverControl(CommandManager):
|
||||
"The FEM_SolverControl command definition"
|
||||
def __init__(self):
|
||||
super(_CommandFemSolverControl, self).__init__()
|
||||
self.resources = {'Pixmap': 'fem-control-solver',
|
||||
self.resources = {'Pixmap': 'fem-solver-control',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_SolverControl", "Solver job control"),
|
||||
'Accel': "S, C",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_SolverControl", "Changes solver attributes and runs the calculations for the selected solver")}
|
||||
|
||||
Reference in New Issue
Block a user