Skip to content

Commit

Permalink
Improved the icon for the object selection tool
Browse files Browse the repository at this point in the history
Well, at least I think it's an improvement. It's a combination of the
Rectangular Select and the Object Layer icons.
  • Loading branch information
bjorn committed Jan 26, 2011
1 parent 23d0169 commit b944963
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file removed src/tiled/images/22x22/tool-create-object.png
Binary file not shown.
Binary file removed src/tiled/images/22x22/tool-create-tile-object.png
Binary file not shown.
Binary file added src/tiled/images/22x22/tool-select-objects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/tiled/objectselectiontool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void SelectionRectangle::paint(QPainter *painter,
ObjectSelectionTool::ObjectSelectionTool(QObject *parent)
: AbstractTool(tr("Select Objects"),
QIcon(QLatin1String(
":images/22x22/tool-create-object.png")),
":images/22x22/tool-select-objects.png")),
QKeySequence(tr("S")),
parent)
, mSelectionRectangle(new SelectionRectangle)
Expand Down
3 changes: 1 addition & 2 deletions src/tiled/tiled.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
<file>images/22x22/stock-tool-clone.png</file>
<file>images/22x22/stock-tool-eraser.png</file>
<file>images/22x22/stock-tool-rect-select.png</file>
<file>images/22x22/tool-create-object.png</file>
<file>images/22x22/tool-create-tile-object.png</file>
<file>images/22x22/tool-select-objects.png</file>
<file>images/24x24/document-new.png</file>
<file>images/24x24/document-open.png</file>
<file>images/24x24/document-open-recent.png</file>
Expand Down

0 comments on commit b944963

Please sign in to comment.