From 11b41b38a7c3ce3874c3588bd08dab64e1cb886f Mon Sep 17 00:00:00 2001 From: Dan Nixon <dan@dan-nixon.com> Date: Wed, 15 Apr 2015 16:12:56 +0100 Subject: [PATCH] Front thichness sets back thickness on new tab Refs #11563 --- .../Indirect/AbsorptionCorrections.ui | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/AbsorptionCorrections.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/AbsorptionCorrections.ui index 24dcd40d736..9cfad946841 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/AbsorptionCorrections.ui +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/AbsorptionCorrections.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>575</width> + <width>587</width> <height>488</height> </rect> </property> @@ -786,5 +786,21 @@ </hint> </hints> </connection> + <connection> + <sender>spFlatCanFrontThickness</sender> + <signal>valueChanged(double)</signal> + <receiver>spFlatCanBackThickness</receiver> + <slot>setValue(double)</slot> + <hints> + <hint type="sourcelabel"> + <x>238</x> + <y>212</y> + </hint> + <hint type="destinationlabel"> + <x>514</x> + <y>212</y> + </hint> + </hints> + </connection> </connections> </ui> -- GitLab