Skip to content
Snippets Groups Projects
Commit 199911c0 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Merge pull request #23243 from gemmaguest/fix_layout_bug_on_refl_gui

parents bed0955f 482562b1
No related merge requests found
...@@ -11,6 +11,15 @@ Reflectometry Changes ...@@ -11,6 +11,15 @@ Reflectometry Changes
Liquids Reflectometer Liquids Reflectometer
--------------------- ---------------------
- Default x-direction pixel range for the scaling factor calculation is now set to the full width of the detector as opposed to a restricted guess. - Default x-direction pixel range for the scaling factor calculation is now set to the full width of the detector as opposed to a restricted guess.
ISIS Reflectometry Interface
----------------------------
Bug fixes
#########
- A bug has been fixed on the Settings tab where the IncludePartialBins check box had been hidden by a misplaced text entry box.
:ref:`Release 3.14.0 <v3.14.0>` :ref:`Release 3.14.0 <v3.14.0>`
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
<widget class="QWidget" name="pageParamFile"> <widget class="QWidget" name="pageParamFile">
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="parametersLabel">
<property name="text"> <property name="text">
<string>Use parameters from the instrument parameter file</string> <string>Use parameters from the instrument parameter file</string>
</property> </property>
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
</widget> </widget>
</item> </item>
<item row="2" column="2"> <item row="2" column="2">
<widget class="QLabel" name="stitchLabel"> <widget class="QLabel" name="includePartialBinsLabel">
<property name="text"> <property name="text">
<string>IncludePartialBins</string> <string>IncludePartialBins</string>
</property> </property>
...@@ -433,14 +433,14 @@ ...@@ -433,14 +433,14 @@
</widget> </widget>
</item> </item>
<item row="7" column="0"> <item row="7" column="0">
<widget class="QLabel" name="stitchLabel_2"> <widget class="QLabel" name="stitchLabel">
<property name="text"> <property name="text">
<string>Stitch1DMany</string> <string>Stitch1DMany</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="QLabel" name="label1"> <widget class="QLabel" name="debugLabel">
<property name="text"> <property name="text">
<string>Debug</string> <string>Debug</string>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment