FEM: icons, rename sphere icon
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
@@ -461,7 +461,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostSphereFunction, FemGui::ViewProviderF
|
||||
|
||||
ViewProviderFemPostSphereFunction::ViewProviderFemPostSphereFunction() {
|
||||
|
||||
sPixmap = "fem-sphere";
|
||||
sPixmap = "fem-post-geo-sphere";
|
||||
|
||||
setAutoScale(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user