Change PartDesign Pad and Revolution tree icons

Use the same icons as the toolbar buttons.
This commit is contained in:
André Althaus
2024-05-17 09:09:46 +02:00
parent c55e84c6b0
commit fd74429dfa
5 changed files with 2 additions and 272 deletions

View File

@@ -59,7 +59,5 @@
<file>icons/PartDesign_SubtractiveWedge.svg</file>
<file>icons/PartDesign_Thickness.svg</file>
<file>icons/PartDesignWorkbench.svg</file>
<file>icons/Tree_PartDesign_Pad.svg</file>
<file>icons/Tree_PartDesign_Revolution.svg</file>
</qresource>
</RCC>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -36,7 +36,7 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderPad,PartDesignGui::ViewProviderSketch
ViewProviderPad::ViewProviderPad()
{
sPixmap = "Tree_PartDesign_Pad.svg";
sPixmap = "PartDesign_Pad.svg";
}
ViewProviderPad::~ViewProviderPad() = default;

View File

@@ -36,7 +36,7 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderRevolution,PartDesignGui::ViewProvide
ViewProviderRevolution::ViewProviderRevolution()
{
sPixmap = "Tree_PartDesign_Revolution.svg";
sPixmap = "PartDesign_Revolution.svg";
}
ViewProviderRevolution::~ViewProviderRevolution() = default;