[TD]fix icon in dialog

This commit is contained in:
Wanderer Fan
2022-06-06 10:52:11 -04:00
committed by WandererFan
parent 3575b8874a
commit 92b124d7df

View File

@@ -361,7 +361,7 @@ TaskDlgCosVertex::TaskDlgCosVertex(TechDraw::DrawViewPart* baseFeat,
: TaskDialog()
{
widget = new TaskCosVertex(baseFeat, page);
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-LeaderLine"),
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-CosmeticVertex"),
widget->windowTitle(), true, nullptr);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);