Surface: [skip ci] add icon for sections command
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user