FEM: rename icon, Equation Flow

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:50 +01:00
parent cd28b9c662
commit cb46f1e2f7
4 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
<file>icons/FEM_ElementRotation1D.svg</file>
<file>icons/FEM_EquationElasticity.svg</file>
<file>icons/FEM_EquationElectrostatic.svg</file>
<file>icons/fem-equation-flow.svg</file>
<file>icons/FEM_EquationFlow.svg</file>
<file>icons/fem-equation-fluxsolver.svg</file>
<file>icons/fem-equation-heat.svg</file>
<file>icons/fem-femmesh-boundary-layer.svg</file>

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -402,7 +402,7 @@ class _EquationFlow(CommandManager):
def __init__(self):
super(_EquationFlow, self).__init__()
self.resources = {
"Pixmap": "fem-equation-flow",
"Pixmap": "FEM_EquationFlow",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_EquationFlow",
"Flow equation"

View File

@@ -116,6 +116,6 @@ class FlowProxy(BaseProxy):
class FlowViewProxy(BaseViewProxy):
def getIcon(self):
return ":/icons/fem-equation-flow.svg"
return ":/icons/FEM_EquationFlow.svg"
## @}