FEM: icons, rename solver control

This commit is contained in:
Bernd Hahnebach
2018-09-10 14:01:09 +02:00
committed by wmayer
parent 4e63defa0e
commit 270b4e8c01
3 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -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")}