diff --git a/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui b/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui index f940b14a98cff79d60eb0e22dce578a06f62279c..7b2bd714ce5980f5c750a4088eb6dfdb251a32d8 100644 --- a/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui +++ b/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui @@ -114,7 +114,7 @@ <item row="0" column="0"> <widget class="QCheckBox" name="ckScaleCan"> <property name="text"> - <string>Scale Can by factor:</string> + <string>Scale Container by factor:</string> </property> <property name="checked"> <bool>false</bool> @@ -134,6 +134,9 @@ <property name="maximum"> <double>999.990000000000009</double> </property> + <property name="minimum"> + <double>-0.000000000000000</double> + </property> <property name="singleStep"> <double>0.100000000000000</double> </property> @@ -142,18 +145,41 @@ </property> </widget> </item> + </layout> + </item> + <item row="0" column="2"> + <widget class="QCheckBox" name="ckShiftCan"> + <property name="text"> + <string>Shift Container:</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="3"> + <layout class="QHBoxLayout" name="loShift"> <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> + <widget class="QDoubleSpinBox" name="spShift"> + <property name="enabled"> + <bool>false</bool> </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> + <property name="decimals"> + <number>5</number> </property> - </spacer> + <property name="maximum"> + <double>999.990000000000009</double> + </property> + <property name="minimum"> + <double>-999.990000000000009</double> + </property> + <property name="singleStep"> + <double>0.100000000000000</double> + </property> + <property name="value"> + <double>0.000000000000000</double> + </property> + </widget> </item> </layout> </item> @@ -342,9 +368,9 @@ </hints> </connection> <connection> - <sender>ckUseCorrections</sender> + <sender>ckShiftCan</sender> <signal>toggled(bool)</signal> - <receiver>dsCorrections</receiver> + <receiver>spShift</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel">