Surface: [skip ci] add icon for sections command

This commit is contained in:
wmayer
2020-09-28 07:57:00 +02:00
parent a6c55acdb1
commit a4176fa15f
5 changed files with 312 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ TaskSections::TaskSections(ViewProviderSections* vp, Surface::Sections* obj)
// first task box
widget1 = new SectionsPanel(vp, obj);
Gui::TaskView::TaskBox* taskbox1 = new Gui::TaskView::TaskBox(
Gui::BitmapFactory().pixmap("BezSurf"),
Gui::BitmapFactory().pixmap("Surface_Sections"),
widget1->windowTitle(), true, 0);
taskbox1->groupLayout()->addWidget(widget1);
Content.push_back(taskbox1);