From 059855c3a5e9d37ab7edb6edefbba99bd9a030a7 Mon Sep 17 00:00:00 2001 From: Elliot Oram <Elliot.Oram@stfc.ac.uk> Date: Thu, 15 Oct 2015 16:34:23 +0100 Subject: [PATCH] Changed to more informative name for peak shifting option Refs #13993 --- .../Indirect/ContainerSubtraction.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui b/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui index 7b2bd714ce5..c98b9805596 100644 --- a/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui +++ b/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui @@ -147,17 +147,17 @@ </item> </layout> </item> - <item row="0" column="2"> + <item row="1" column="0"> <widget class="QCheckBox" name="ckShiftCan"> <property name="text"> - <string>Shift Container:</string> + <string>Shift x-values of container by adding:</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> - <item row="0" column="3"> + <item row="1" column="1"> <layout class="QHBoxLayout" name="loShift"> <item> <widget class="QDoubleSpinBox" name="spShift"> -- GitLab