Assembly : Add icon for joint group.

This commit is contained in:
PaddleStroke
2024-03-05 14:33:27 +01:00
committed by Yorik van Havre
parent fa11eb93f4
commit f04360ae22
3 changed files with 346 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ ViewProviderJointGroup::~ViewProviderJointGroup() = default;
QIcon ViewProviderJointGroup::getIcon() const
{
return Gui::BitmapFactory().pixmap("Assembly_CreateJointFixed.svg");
return Gui::BitmapFactory().pixmap("Assembly_JointGroup.svg");
}
// Make the joint group impossible to delete.