FEM: icons, rename sphere icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:08:35 +02:00
committed by wmayer
parent 978327e38a
commit 5e707d5aa2
4 changed files with 3 additions and 3 deletions

View File

@@ -1449,7 +1449,7 @@ Gui::Action * CmdFemPostFunctions::createAction(void)
cmd0->setIcon(Gui::BitmapFactory().pixmap("fem-post-geo-plane"));
QAction* cmd1 = pcAction->addAction(QString());
cmd1->setIcon(Gui::BitmapFactory().pixmap("fem-sphere"));
cmd1->setIcon(Gui::BitmapFactory().pixmap("fem-post-geo-sphere"));
_pcAction = pcAction;
languageChange();

View File

@@ -67,12 +67,12 @@
<file>icons/fem-post-geo-cylinder.svg</file>
<file>icons/fem-post-geo-isosurface.svg</file>
<file>icons/fem-post-geo-plane.svg</file>
<file>icons/fem-post-geo-sphere.svg</file>
<file>icons/fem-purge-results.svg</file>
<file>icons/fem-result.svg</file>
<file>icons/fem-run-solver.svg</file>
<file>icons/fem-shell-thickness.svg</file>
<file>icons/fem-solver.svg</file>
<file>icons/fem-sphere.svg</file>
<file>icons/fem-static-analysis.svg</file>
<file>icons/fem-thermomechanical-analysis.svg</file>

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -461,7 +461,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostSphereFunction, FemGui::ViewProviderF
ViewProviderFemPostSphereFunction::ViewProviderFemPostSphereFunction() {
sPixmap = "fem-sphere";
sPixmap = "fem-post-geo-sphere";
setAutoScale(false);