Mesh: Uniformity fixes [skip ci]

* Sort Mesh.qrc
* Capital Case .svg files
* Rename Tree_Mesh.svg to Mesh_Tree.svg
* Make appropriate changes in the source regarding said name changes
This commit is contained in:
luz paz
2020-12-13 06:49:38 -05:00
committed by wmayer
parent 0b5c62ddab
commit fa7bf5e0ff
7 changed files with 48 additions and 48 deletions

View File

@@ -503,7 +503,7 @@ void ViewProviderMesh::updateData(const App::Property* prop)
QIcon ViewProviderMesh::getIcon() const
{
#if 1
static QIcon icon = Gui::BitmapFactory().pixmap("Tree_Mesh");
static QIcon icon = Gui::BitmapFactory().pixmap("Mesh_Tree");
return icon;
#else
static const char * const Mesh_Feature_xpm[] = {