FreeCAD: master 92fa3815

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2019-12-11 00:02:19 master fa73d29d
Changeset Gui: better icon for the Origin object

During the LinkMerge, a new icon
`Std_CoordinateSystem.svg` was used
for the `App::Origin` object that appears in
`PartDesign::Body`. However, this icon
doesn't look as good as the original `CoordinateSystem.svg`.

This commit renames the old icon to the new name. The newer icon
is kept as an alternate version `Std_CoordinateSystem_alt.svg`.

In addition, a new icon `Std_Placement.svg`
is provided for the `App::Placement` object, which previously
was also using `CoordinateSystem.svg`.
In this way, `App::Placement` and `App::Origin`
use different icons and there is no confusion
in the tree view.
rm - src/Gui/Icons/CoordinateSystem.svg Diff File
mod - src/Gui/Icons/Std_CoordinateSystem.svg Diff File
add - src/Gui/Icons/Std_CoordinateSystem_alt.svg Diff File
add - src/Gui/Icons/Std_Placement.svg Diff File
mod - src/Gui/Icons/resource.qrc Diff File
mod - src/Gui/ViewProviderPlacement.cpp Diff File