diff --git a/docs/source/release/v3.14.0/reflectometry.rst b/docs/source/release/v3.14.0/reflectometry.rst
index eb95dda9c5a7fbb39089a7f6a8050a2da203d3cd..503a240ed490b973076ad45c7f0152f9651f6758 100644
--- a/docs/source/release/v3.14.0/reflectometry.rst
+++ b/docs/source/release/v3.14.0/reflectometry.rst
@@ -11,6 +11,15 @@ Reflectometry Changes
 
 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.
 
+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>`
diff --git a/qt/scientific_interfaces/ISISReflectometry/ReflSettingsWidget.ui b/qt/scientific_interfaces/ISISReflectometry/ReflSettingsWidget.ui
index b4fa1771b3f37e92df09d3476f80063a0546e931..b30520a301b423006cb0c7f9c98066ed29824680 100644
--- a/qt/scientific_interfaces/ISISReflectometry/ReflSettingsWidget.ui
+++ b/qt/scientific_interfaces/ISISReflectometry/ReflSettingsWidget.ui
@@ -364,7 +364,7 @@
           <widget class="QWidget" name="pageParamFile">
            <layout class="QHBoxLayout" name="horizontalLayout_3">
             <item>
-             <widget class="QLabel" name="label">
+             <widget class="QLabel" name="parametersLabel">
               <property name="text">
                <string>Use parameters from the instrument parameter file</string>
               </property>
@@ -403,7 +403,7 @@
          </widget>
         </item>
         <item row="2" column="2">
-         <widget class="QLabel" name="stitchLabel">
+         <widget class="QLabel" name="includePartialBinsLabel">
           <property name="text">
            <string>IncludePartialBins</string>
           </property>
@@ -433,14 +433,14 @@
          </widget>
         </item>
         <item row="7" column="0">
-         <widget class="QLabel" name="stitchLabel_2">
+         <widget class="QLabel" name="stitchLabel">
           <property name="text">
            <string>Stitch1DMany</string>
           </property>
          </widget>
         </item>
         <item row="0" column="2">
-         <widget class="QLabel" name="label1">
+         <widget class="QLabel" name="debugLabel">
           <property name="text">
            <string>Debug</string>
           </property>