0000830: Part Design Fillet and Chamfer icons should be different from the Part icons
This commit is contained in:
@@ -403,6 +403,7 @@ bool CmdPartDesignGroove::isActive(void)
|
||||
{
|
||||
return hasActiveDocument();
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Fillet
|
||||
//===========================================================================
|
||||
@@ -417,7 +418,7 @@ CmdPartDesignFillet::CmdPartDesignFillet()
|
||||
sToolTipText = QT_TR_NOOP("Make a fillet on an edge, face or body");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Fillet";
|
||||
sPixmap = "PartDesign_Fillet";
|
||||
}
|
||||
|
||||
void CmdPartDesignFillet::activated(int iMsg)
|
||||
|
||||
@@ -37,6 +37,7 @@ EXTRA_DIST = \
|
||||
translations/PartDesign_uk.ts \
|
||||
translations/PartDesign_zh.qm \
|
||||
translations/PartDesign_zh.ts \
|
||||
icons/PartDesign_Fillet.svg \
|
||||
icons/PartDesign_Groove.svg \
|
||||
icons/PartDesign_Pad.svg \
|
||||
icons/PartDesign_Pocket.svg \
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource>
|
||||
<file>icons/PartDesign_Fillet.svg</file>
|
||||
<file>icons/PartDesign_Groove.svg</file>
|
||||
<file>icons/PartDesign_Pad.svg</file>
|
||||
<file>icons/PartDesign_Pocket.svg</file>
|
||||
|
||||
222
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Fillet.svg
Normal file
222
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Fillet.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user