FreeCAD: master b51c952e

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-10-13 04:54:10 master becd393a
Changeset Surface, MeshPart: update CurveOnMesh command tooltip and task panel

* Add new icon `MeshPart_CurveOnMesh`, which is the same as
the `Surface_CurveOnMesh` icon but in green color.
The surface icon is used in the Surface Workbench, while the MeshPart
version is currently not used.
* Make the tooltip of the command shorter; the longer instructions
are added in the `TaskCurveOnMesh` task panel.
mod - src/Mod/MeshPart/Gui/Command.cpp Diff File
mod - src/Mod/MeshPart/Gui/Resources/MeshPart.qrc Diff File
add - src/Mod/MeshPart/Gui/Resources/icons/MeshPart_CurveOnMesh.svg Diff File
mod - src/Mod/MeshPart/Gui/TaskCurveOnMesh.ui Diff File
mod - src/Mod/Surface/Gui/Command.cpp Diff File