Skip to content

Commit

Permalink
Re #6162. Added an eraser icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jan 3, 2013
1 parent 26d625b commit 4e83fba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added Code/Mantid/Images/eraser.png
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 Code/Mantid/Images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<file>selection-text.png</file>
<file>selection-peak.png</file>
<file>selection-peaks.png</file>
<file>eraser.png</file>
</qresource>
<qresource prefix="/MaskTools">
<file>selection-pointer.png</file>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ m_freezePlot(false)
m_peakSelect = new QPushButton();
m_peakSelect->setCheckable(true);
m_peakSelect->setAutoExclusive(true);
m_peakSelect->setIcon(QIcon(":/PickTools/selection-peaks.png"));
m_peakSelect->setIcon(QIcon(":/PickTools/eraser.png"));
m_peakSelect->setToolTip("Select single crystal peak(s)");

QHBoxLayout* toolBox = new QHBoxLayout();
Expand Down

0 comments on commit 4e83fba

Please sign in to comment.