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.
This commit is contained in:
vocx-fc
2019-12-10 18:02:19 -06:00
committed by Yorik van Havre
parent 2a4fb552ec
commit d841e59668
6 changed files with 925 additions and 538 deletions

View File

@@ -73,7 +73,7 @@ ViewProviderPlacement::ViewProviderPlacement()
pcRoot->unref();
pcRoot = newRoot;
pcRoot->ref();
sPixmap = "CoordinateSystem";
sPixmap = "Std_Placement";
OnTopWhenSelected.setValue(1);
}