Move Mesh_Mesh_from_Shape icon from Mod/MeshPart to Mod/Mesh
Move the icon Mesh_Mesh_from_Shape.svg from .../Mod/MeshPart/Gui/Resources/icons to .....//Mod/Mesh/Gui/Resources/icons edit both Mesh.qrc and MeshPart.qrc accordingly remove referrence to the icon from the command in the MeshPart Command.cpp file and add it to the Mesh Command.cpp file
This commit is contained in:
@@ -462,6 +462,7 @@ CmdMeshFromPartShape::CmdMeshFromPartShape()
|
||||
sToolTipText = QT_TR_NOOP("Tessellate shape");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Mesh_Mesh_from_Shape.svg";
|
||||
}
|
||||
|
||||
void CmdMeshFromPartShape::activated(int iMsg)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<file>icons/mesh_boundary.svg</file>
|
||||
<file>icons/mesh_cut.svg</file>
|
||||
<file>icons/Tree_Mesh.svg</file>
|
||||
<file>icons/Mesh_Mesh_from_Shape.svg</file>
|
||||
<file>translations/Mesh_af.qm</file>
|
||||
<file>translations/Mesh_de.qm</file>
|
||||
<file>translations/Mesh_fi.qm</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -48,7 +48,6 @@ CmdMeshPartMesher::CmdMeshPartMesher()
|
||||
sToolTipText = QT_TR_NOOP("Tessellate shape");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Mesh_Mesh_from_Shape.svg";
|
||||
}
|
||||
|
||||
void CmdMeshPartMesher::activated(int iMsg)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<RCC>
|
||||
<qresource>
|
||||
<file>icons/actions/MeshFace.svg</file>
|
||||
<file>icons/Mesh_Mesh_from_Shape.svg</file>
|
||||
<file>translations/MeshPart_af.qm</file>
|
||||
<file>translations/MeshPart_de.qm</file>
|
||||
<file>translations/MeshPart_fi.qm</file>
|
||||
|
||||
Reference in New Issue
Block a user