Change PartDesign Pad and Revolution tree icons
Use the same icons as the toolbar buttons.
This commit is contained in:
@@ -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 |
@@ -36,7 +36,7 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderPad,PartDesignGui::ViewProviderSketch
|
||||
|
||||
ViewProviderPad::ViewProviderPad()
|
||||
{
|
||||
sPixmap = "Tree_PartDesign_Pad.svg";
|
||||
sPixmap = "PartDesign_Pad.svg";
|
||||
}
|
||||
|
||||
ViewProviderPad::~ViewProviderPad() = default;
|
||||
|
||||
@@ -36,7 +36,7 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderRevolution,PartDesignGui::ViewProvide
|
||||
|
||||
ViewProviderRevolution::ViewProviderRevolution()
|
||||
{
|
||||
sPixmap = "Tree_PartDesign_Revolution.svg";
|
||||
sPixmap = "PartDesign_Revolution.svg";
|
||||
}
|
||||
|
||||
ViewProviderRevolution::~ViewProviderRevolution() = default;
|
||||
|
||||
Reference in New Issue
Block a user