From 458d53c027ed56f0a62658b1012efab26ed7042d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Althaus?= Date: Sun, 19 May 2024 12:17:16 +0200 Subject: [PATCH] Use Body toolbar icon for the tree --- .../PartDesign/Gui/Resources/PartDesign.qrc | 1 - .../Resources/icons/PartDesign_Body_Tree.svg | 322 ------------------ src/Mod/PartDesign/Gui/ViewProviderBody.cpp | 2 +- 3 files changed, 1 insertion(+), 324 deletions(-) delete mode 100644 src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg diff --git a/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc b/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc index fa8d6b1a01..30e408fb50 100644 --- a/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc +++ b/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc @@ -14,7 +14,6 @@ icons/PartDesign_BaseFeature.svg icons/PartDesign_Body.svg icons/PartDesign_Body.svg - icons/PartDesign_Body_Tree.svg icons/PartDesign_Boolean.svg icons/PartDesign_Chamfer.svg icons/PartDesign_Clone.svg diff --git a/src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg b/src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg deleted file mode 100644 index 2b2c4cda7e..0000000000 --- a/src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Path-Stock - 2015-07-04 - https://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Path/Gui/Resources/icons/Path-Stock.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - diff --git a/src/Mod/PartDesign/Gui/ViewProviderBody.cpp b/src/Mod/PartDesign/Gui/ViewProviderBody.cpp index 874c49bc4b..68f47a28f5 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderBody.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderBody.cpp @@ -66,7 +66,7 @@ ViewProviderBody::ViewProviderBody() ADD_PROPERTY(DisplayModeBody,((long)0)); DisplayModeBody.setEnums(BodyModeEnum); - sPixmap = "PartDesign_Body_Tree.svg"; + sPixmap = "PartDesign_Body.svg"; Gui::ViewProviderOriginGroupExtension::initExtension(this); }