FEM: rename icon, mesh boundary layer

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:56 +01:00
parent b1b6ab5317
commit 1766436d92
4 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
<file>icons/FEM_EquationFlow.svg</file>
<file>icons/FEM_EquationFluxsolver.svg</file>
<file>icons/FEM_EquationHeat.svg</file>
<file>icons/fem-femmesh-boundary-layer.svg</file>
<file>icons/FEM_MeshBoundaryLayer.svg</file>
<file>icons/fem-femmesh-clear-mesh.svg</file>
<file>icons/fem-femmesh-create-node-by-poly.svg</file>
<file>icons/fem-femmesh-from-shape.svg</file>

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -678,7 +678,7 @@ class _MeshBoundaryLayer(CommandManager):
def __init__(self):
super(_MeshBoundaryLayer, self).__init__()
self.resources = {
"Pixmap": "fem-femmesh-boundary-layer",
"Pixmap": "FEM_MeshBoundaryLayer",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_MeshBoundaryLayer",
"FEM mesh boundary layer"

View File

@@ -44,7 +44,7 @@ class _ViewProviderFemMeshBoundaryLayer(ViewProviderFemConstraint.ViewProxy):
"""
def getIcon(self):
return ":/icons/fem-femmesh-boundary-layer.svg"
return ":/icons/FEM_MeshBoundaryLayer.svg"
def setEdit(self, vobj, mode=0):
ViewProviderFemConstraint.ViewProxy.setEdit(