From f36864508fc94e29544c812f0695cb3d381d57b8 Mon Sep 17 00:00:00 2001 From: Sam Jenkins <s.jenkins@stfc.ac.uk> Date: Thu, 14 Mar 2019 11:03:22 +0000 Subject: [PATCH] Re #25169 reworded button and tooltip to read Add Peak to List --- .../EnggDiffraction/EnggDiffractionQtTabFitting.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/scientific_interfaces/EnggDiffraction/EnggDiffractionQtTabFitting.ui b/qt/scientific_interfaces/EnggDiffraction/EnggDiffractionQtTabFitting.ui index e1e8f2380e6..eb92caa29b1 100644 --- a/qt/scientific_interfaces/EnggDiffraction/EnggDiffractionQtTabFitting.ui +++ b/qt/scientific_interfaces/EnggDiffraction/EnggDiffractionQtTabFitting.ui @@ -353,7 +353,7 @@ </font> </property> <property name="toolTip"> - <string><html><head/><body><p><span style=" font-weight:600; font-style:italic;">Shift+ Left Click</span> to select peak then click <span style=" font-weight:600; font-style:italic;">Add Peak </span>to add to list of peaks.</p><p><span style=" font-weight:600; font-style:italic;">Left Click+Drag </span>to zoom into an area within the peak display.</p><p><span style=" font-weight:600; font-style:italic;">Right Click</span> to return to original zoom size.</p><p>Selected peaks can be removed from the top of the interface</p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600; font-style:italic;">Shift+ Left Click</span> to select peak then click <span style=" font-weight:600; font-style:italic;">Add Peak to List </span>to add to list of peaks.</p><p><span style=" font-weight:600; font-style:italic;">Left Click+Drag </span>to zoom into an area within the peak display.</p><p><span style=" font-weight:600; font-style:italic;">Right Click</span> to return to original zoom size.</p><p>Selected peaks can be removed from the top of the interface</p></body></html></string> </property> <property name="styleSheet"> <string notr="true">border: 0px; @@ -411,7 +411,7 @@ background-color: rgb(179, 214, 255)</string> <bool>false</bool> </property> <property name="text"> - <string>Add Peak</string> + <string>Add Peak to List</string> </property> </widget> </item> -- GitLab