0000830: Part Design Fillet and Chamfer icons should be different from the Part icons
This commit is contained in:
@@ -564,7 +564,7 @@ CmdPartDesignChamfer::CmdPartDesignChamfer()
|
||||
sToolTipText = QT_TR_NOOP("Chamfer the selected edges of a shape");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Chamfer";
|
||||
sPixmap = "PartDesign_Chamfer";
|
||||
}
|
||||
|
||||
void CmdPartDesignChamfer::activated(int iMsg)
|
||||
|
||||
@@ -37,6 +37,7 @@ EXTRA_DIST = \
|
||||
translations/PartDesign_uk.ts \
|
||||
translations/PartDesign_zh.qm \
|
||||
translations/PartDesign_zh.ts \
|
||||
icons/PartDesign_Chamfer.svg \
|
||||
icons/PartDesign_Fillet.svg \
|
||||
icons/PartDesign_Groove.svg \
|
||||
icons/PartDesign_Pad.svg \
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource>
|
||||
<file>icons/PartDesign_Chamfer.svg</file>
|
||||
<file>icons/PartDesign_Fillet.svg</file>
|
||||
<file>icons/PartDesign_Groove.svg</file>
|
||||
<file>icons/PartDesign_Pad.svg</file>
|
||||
|
||||
186
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Chamfer.svg
Normal file
186
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Chamfer.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user