FEM: rename icon, mesh result object

This commit is contained in:
Bernd Hahnebach
2020-03-11 08:20:58 +01:00
parent 0ab6ba7a5c
commit fb3c54ab45
3 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<!-- object icons without gui command -->
<file>icons/fem-femmesh-from-shape.svg</file>
<file>icons/fem-femmesh-result.svg</file>
<file>icons/FEM_MeshResult.svg</file>
<file>icons/fem-post-geo-box.svg</file>
<file>icons/fem-post-geo-cylinder.svg</file>
<file>icons/fem-post-geo-isosurface.svg</file>

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -38,4 +38,4 @@ class _ViewProviderFemMeshResult(ViewProviderFemConstraint.ViewProxy):
"""
def getIcon(self):
return ":/icons/fem-femmesh-result.svg"
return ":/icons/FEM_MeshResult.svg"