FEM: elmer, use an vector icon in svg

This commit is contained in:
Bernd Hahnebach
2017-12-01 19:43:55 +01:00
committed by wmayer
parent 51383aa9a2
commit 8a1bf4bcbc
4 changed files with 100 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<file>icons/fem-cylinder.svg</file>
<file>icons/fem-DataAlongLine.svg</file>
<file>icons/fem-data.svg</file>
<file>icons/fem-elmer.png</file>
<file>icons/fem-elmer.svg</file>
<file>icons/fem-equation-electrostatic.svg</file>
<file>icons/fem-equation-elasticity.svg</file>
<file>icons/fem-equation-flow.svg</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -92,4 +92,4 @@ class ViewProxy(solverbase.ViewProxy):
"""Proxy for FemSolverElmers View Provider."""
def getIcon(self):
return ":/icons/fem-elmer.png"
return ":/icons/fem-elmer.svg"