FEM: rename icon, mesh boundary layer
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@@ -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"
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user