Skip to content

Commit

Permalink
Merge pull request #4318 from bitacovir/Surface_WB_icons
Browse files Browse the repository at this point in the history
[UI] Replace SVG icons for Surface WB commands
  • Loading branch information
yorikvanhavre committed Jan 28, 2021
2 parents 09b4dbd + 69547e2 commit 8396c34
Show file tree
Hide file tree
Showing 14 changed files with 1,302 additions and 25,979 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Surface/Gui/Command.cpp
Expand Up @@ -171,7 +171,7 @@ CmdSurfaceGeomFillSurface::CmdSurfaceGeomFillSurface()
sToolTipText = QT_TR_NOOP("Creates a surface from two, three or four boundary edges.");
sWhatsThis = "Surface_GeomFillSurface";
sStatusTip = sToolTipText;
sPixmap = "Surface_BSplineSurface";
sPixmap = "Surface_GeomFillSurface";
}

bool CmdSurfaceGeomFillSurface::isActive(void)
Expand Down Expand Up @@ -237,7 +237,7 @@ CmdSurfaceExtendFace::CmdSurfaceExtendFace()
"with its local U and V parameters.");
sWhatsThis = "Surface_ExtendFace";
sStatusTip = sToolTipText;
sPixmap = "Surface_Extend";
sPixmap = "Surface_ExtendFace";
}

void CmdSurfaceExtendFace::activated(int)
Expand Down
3 changes: 2 additions & 1 deletion src/Mod/Surface/Gui/Resources/Surface.qrc
Expand Up @@ -4,8 +4,9 @@
<file>icons/Surface_BSplineSurface.svg</file>
<file>icons/Surface_CurveOnMesh.svg</file>
<file>icons/Surface_Cut.svg</file>
<file>icons/Surface_Extend.svg</file>
<file>icons/Surface_ExtendFace.svg</file>
<file>icons/Surface_Filling.svg</file>
<file>icons/Surface_GeomFillSurface.svg</file>
<file>icons/Surface_Sections.svg</file>
<file>icons/Surface_Sewing.svg</file>
<file>icons/Surface_Surface.svg</file>
Expand Down

0 comments on commit 8396c34

Please sign in to comment.