From ec39ef4f21abebc213490080531d5627f8e30e50 Mon Sep 17 00:00:00 2001 From: Samuel Jackson <samueljackson@outlook.com> Date: Mon, 31 Oct 2016 13:15:16 +0000 Subject: [PATCH] Refs #17753 Add new icon for tool --- .../InstrumentView/InstrumentWidgetPickTab.cpp | 2 +- images/MantidWidgets.qrc | 1 + images/selection-peak-compare.png | Bin 0 -> 609 bytes 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 images/selection-peak-compare.png diff --git a/MantidQt/MantidWidgets/src/InstrumentView/InstrumentWidgetPickTab.cpp b/MantidQt/MantidWidgets/src/InstrumentView/InstrumentWidgetPickTab.cpp index 5adbf358c48..ca4f5b34b0b 100644 --- a/MantidQt/MantidWidgets/src/InstrumentView/InstrumentWidgetPickTab.cpp +++ b/MantidQt/MantidWidgets/src/InstrumentView/InstrumentWidgetPickTab.cpp @@ -240,7 +240,7 @@ InstrumentWidgetPickTab::InstrumentWidgetPickTab(InstrumentWidget *instrWidget) m_peakCompare = new QPushButton(); m_peakCompare->setCheckable(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)"); QGridLayout *toolBox = new QGridLayout(); diff --git a/images/MantidWidgets.qrc b/images/MantidWidgets.qrc index 6e9a5539844..c97782b14cc 100644 --- a/images/MantidWidgets.qrc +++ b/images/MantidWidgets.qrc @@ -13,6 +13,7 @@ <file>selection-box-ring.png</file> <file>selection-circle-ring.png</file> <file>brush.png</file> + <file>selection-peak-compare.png</file> </qresource> <qresource prefix="/MaskTools"> <file>selection-circle.png</file> diff --git a/images/selection-peak-compare.png b/images/selection-peak-compare.png new file mode 100644 index 0000000000000000000000000000000000000000..84deb3f07c359729f811d339db5b54933eed0eb3 GIT binary patch literal 609 zcmV-n0-pVeP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00006VoOIv0RI30 z001*5eDeSR010qNS#tmY3ljhU3ljkVnw%H_000McNliru;0hlN1tq5OT^j%Z0q#je zK~y-)t&>Y=6Hyd~zdK1yO}g-bt%4x<*jXwl6a=9nZd9~&;X=@bpi5VR4{TAotssg^ zT@)0npmk|{w54uDEbc5=D2X<iPSQ-%bmmSnnK^Ef2sKDsyzs-}Ue3qQ`Ok&_aRmAW z%$oYw11Ji}+};B+bK<<4$~lQyThy8zyc~F{1>}e6+ya=%hiXku?j?)!*GIA<Am*aG zZ8becy?8iL-sSt%_SDY|58fB)*c7(}WYvI5*+1!NkJhL#J!>-hO;0FL0`f0V1K@{# zU&(Qa$D%ARxqSF)ZvFJ#x=<?R+h(%`qYhe`Rs*12eMEa6f}$;MkSi?iHw${$UY5hV zcWe<Ihyg4C9W`BR0B$@>9ny}Dg+cJgS{N`gY2lWuNq~4n2`~iA*EG}sl(p`4wTFm7 zAO=AgAr@<8Zb8fAcWE*?a~MFupn~l+4FW^~DwXQ#a#gXULuuX6qHNouB@)3<p-N8W z>Dn3V6W{JuEt@~D9Afm+{i%fGRXS7ofcb)@+Bf=u98<#4OgeoABii|T(rfd|exg|l z(Mr|taU7Qg%Xa+YuUF$Qu3oIYeFXaVoO_h`GM($m?mIiyG{@e%<D;i;Cr7$3Kk2I9 v9l!bZuN6Lc<$3e9?!7Y>dy^Goy+8Rkr4adj2o3I700000NkvXXu0mjfYk>@i literal 0 HcmV?d00001 -- GitLab