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

@@ -70,7 +70,8 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem* surface = new Gui::ToolBarItem(root);
surface->setCommand( "Surface" );
*surface << "Surface_Filling"
<< "Surface_GeomFillSurface";
<< "Surface_GeomFillSurface"
<< "Surface_Sections";
/* *surface << "Surface_Cut"; */
return root;