Skip to content

Commit

Permalink
Small fixes to make all data visible in reduction table and reflectiv…
Browse files Browse the repository at this point in the history
…ity setup parameters (#67)
  • Loading branch information
backmari authored Oct 5, 2023
1 parent d1ed71d commit 5a81b92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reflectivity_ui/ui/ui_main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
</property>
</widget>
</item>
<item row="7" column="1">
<item row="7" column="1" colspan="2">
<widget class="QLabel" name="label_29">
<property name="text">
<string>Critical Q cutoff</string>
Expand All @@ -879,7 +879,7 @@
</property>
</widget>
</item>
<item row="7" column="2">
<item row="7" column="3">
<widget class="QDoubleSpinBox" name="normalization_q_cutoff_spinbox">
<property name="toolTip">
<string>Q-value below which the reflectivity should be 1.</string>
Expand Down Expand Up @@ -957,7 +957,7 @@
</property>
</widget>
</item>
<item row="10" column="2">
<item row="10" column="3">
<widget class="QSpinBox" name="polynomial_stitching_degree_spinbox">
<property name="value">
<number>3</number>
Expand All @@ -971,7 +971,7 @@
</property>
</widget>
</item>
<item row="10" column="1">
<item row="10" column="1" colspan="2">
<widget class="QLabel" name="label_56">
<property name="text">
<string>Polynomial degree</string>
Expand All @@ -981,7 +981,7 @@
</property>
</widget>
</item>
<item row="11" column="1">
<item row="11" column="1" colspan="2">
<widget class="QLabel" name="label_57">
<property name="text">
<string>Points outside overlap</string>
Expand All @@ -991,7 +991,7 @@
</property>
</widget>
</item>
<item row="11" column="2">
<item row="11" column="3">
<widget class="QSpinBox" name="polynomial_stitching_points_spinbox">
<property name="value">
<number>3</number>
Expand Down Expand Up @@ -2651,7 +2651,7 @@
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>50</number>
<number>70</number>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>20</number>
Expand Down

0 comments on commit 5a81b92

Please sign in to comment.