Skip to content

Commit

Permalink
New snap icon (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Apr 30, 2020
1 parent d9e7c88 commit 536a08d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/plugins/transform_control/TransformControl.qml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ ToolBar {
fillMode: Image.Pad
horizontalAlignment: Image.AlignHCenter
verticalAlignment: Image.AlignVCenter
source: "magnet.png"
source: "snap.png"
sourceSize.width: 24;
sourceSize.height: 24;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/plugins/transform_control/TransformControl.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<file>translate.png</file>
<file>rotate.png</file>
<file>scale.png</file>
<file>magnet.png</file>
<file>snap.png</file>
</qresource>
</RCC>
Binary file removed src/gui/plugins/transform_control/magnet.png
Binary file not shown.
Binary file added src/gui/plugins/transform_control/snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 536a08d

Please sign in to comment.