Remove TechDraw_Tree_Annotation.svg

Replace TechDraw_Tree_Annotation.svg with techdraw-annotation.svg as
discussed in forum topic
https://forum.freecadweb.org/viewtopic.php?f=34&t=42552
This commit is contained in:
Joshua Call
2020-01-18 15:27:25 -07:00
committed by WandererFan
parent bfdb124dca
commit 1b198453b8
3 changed files with 1 additions and 166 deletions

View File

@@ -1,6 +1,5 @@
<RCC>
<qresource prefix="/">
<file>icons/TechDraw_Tree_Annotation.svg</file>
<file>icons/TechDraw_Tree_Hatch.svg</file>
<file>icons/TechDraw_Tree_Page.svg</file>
<file>icons/TechDraw_Tree_Page_Unsync.svg</file>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -49,7 +49,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderAnnotation, TechDrawGui::ViewProviderDr
ViewProviderAnnotation::ViewProviderAnnotation()
{
sPixmap = "TechDraw_Tree_Annotation";
sPixmap = "actions/techdraw-annotation";
}
ViewProviderAnnotation::~ViewProviderAnnotation()