Part: move icons to parametric subdirectory

The path to the icons is added to `AppPartGui.cpp`
using `Gui::BitmapFactory().addPath()`, so the icons are found
automatically in their new directories.
This commit is contained in:
vocx-fc
2020-10-05 22:05:50 -05:00
committed by wwmayer
parent 3b671bf4a5
commit e6dd1df7a3
36 changed files with 59 additions and 54 deletions

View File

@@ -38,7 +38,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderSphereParametric, PartGui::ViewProviderPart
ViewProviderSphereParametric::ViewProviderSphereParametric()
{
sPixmap = "Tree_Part_Sphere_Parametric.svg";
sPixmap = "Part_Sphere_Parametric";
}
ViewProviderSphereParametric::~ViewProviderSphereParametric()
@@ -65,7 +65,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderEllipsoid, PartGui::ViewProviderPart)
ViewProviderEllipsoid::ViewProviderEllipsoid()
{
sPixmap = "Tree_Part_Ellipsoid_Parametric.svg";
sPixmap = "Part_Ellipsoid_Parametric";
}
ViewProviderEllipsoid::~ViewProviderEllipsoid()