Skip to content
Snippets Groups Projects
Commit ec39ef4f authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Refs #17753 Add new icon for tool

parent eed02a66
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ InstrumentWidgetPickTab::InstrumentWidgetPickTab(InstrumentWidget *instrWidget) ...@@ -240,7 +240,7 @@ InstrumentWidgetPickTab::InstrumentWidgetPickTab(InstrumentWidget *instrWidget)
m_peakCompare = new QPushButton(); m_peakCompare = new QPushButton();
m_peakCompare->setCheckable(true); m_peakCompare->setCheckable(true);
m_peakCompare->setAutoExclusive(true); m_peakCompare->setAutoExclusive(true);
m_peakCompare->setIcon(QIcon(":/PickTools/selection-peaks.png")); m_peakCompare->setIcon(QIcon(":/PickTools/selection-peak-compare.png"));
m_peakCompare->setToolTip("Compare single crystal peak(s)"); m_peakCompare->setToolTip("Compare single crystal peak(s)");
QGridLayout *toolBox = new QGridLayout(); QGridLayout *toolBox = new QGridLayout();
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<file>selection-box-ring.png</file> <file>selection-box-ring.png</file>
<file>selection-circle-ring.png</file> <file>selection-circle-ring.png</file>
<file>brush.png</file> <file>brush.png</file>
<file>selection-peak-compare.png</file>
</qresource> </qresource>
<qresource prefix="/MaskTools"> <qresource prefix="/MaskTools">
<file>selection-circle.png</file> <file>selection-circle.png</file>
......
images/selection-peak-compare.png

609 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment