From f7e9ee74d6f0c506c184749011aa5a30484ebf48 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 9 Feb 2021 12:21:31 +0100 Subject: [PATCH] MeshPart: [skip ci] use correct icon for Mesh cross-section dialog --- src/Mod/MeshPart/Gui/CrossSections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/MeshPart/Gui/CrossSections.cpp b/src/Mod/MeshPart/Gui/CrossSections.cpp index 5ec15ae359..62c27ee6e8 100644 --- a/src/Mod/MeshPart/Gui/CrossSections.cpp +++ b/src/Mod/MeshPart/Gui/CrossSections.cpp @@ -585,7 +585,7 @@ TaskCrossSections::TaskCrossSections(const Base::BoundBox3d& bb) { widget = new CrossSections(bb); taskbox = new Gui::TaskView::TaskBox( - Gui::BitmapFactory().pixmap("Part_CrossSections"), + Gui::BitmapFactory().pixmap("Mesh_CrossSections"), widget->windowTitle(), true, 0); taskbox->groupLayout()->addWidget(widget); Content.push_back(taskbox);