Skip to content

Commit

Permalink
Merge pull request #4727 from bitacovir/TransformManip_Icon
Browse files Browse the repository at this point in the history
[UI] Add SVG icon for Std TransformManip command
  • Loading branch information
yorikvanhavre committed Apr 19, 2021
2 parents 6834dc9 + 6b83798 commit e537a1f
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/CommandDoc.cpp
Expand Up @@ -1590,6 +1590,7 @@ StdCmdTransformManip::StdCmdTransformManip()
sToolTipText = QT_TR_NOOP("Transform the selected object in the 3d view");
sStatusTip = QT_TR_NOOP("Transform the selected object in the 3d view");
sWhatsThis = "Std_TransformManip";
sPixmap = "Std_TransformManip";
}

void StdCmdTransformManip::activated(int iMsg)
Expand Down
269 changes: 269 additions & 0 deletions src/Gui/Icons/Std_TransformManip.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Gui/Icons/resource.qrc
Expand Up @@ -190,6 +190,7 @@
<file>Std_Tool10.svg</file>
<file>Std_Tool11.svg</file>
<file>Std_Tool12.svg</file>
<file>Std_TransformManip.svg</file>
<file>Std_ViewDimetric.svg</file>
<file>Std_ViewHome.svg</file>
<file>Std_ViewIvIssueCamPos.svg</file>
Expand Down

0 comments on commit e537a1f

Please sign in to comment.