Skip to content
Snippets Groups Projects
Commit 059855c3 authored by Elliot Oram's avatar Elliot Oram
Browse files

Changed to more informative name for peak shifting option

Refs #13993
parent f67d1667
No related branches found
No related tags found
No related merge requests found
...@@ -147,17 +147,17 @@ ...@@ -147,17 +147,17 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="2"> <item row="1" column="0">
<widget class="QCheckBox" name="ckShiftCan"> <widget class="QCheckBox" name="ckShiftCan">
<property name="text"> <property name="text">
<string>Shift Container:</string> <string>Shift x-values of container by adding:</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="3"> <item row="1" column="1">
<layout class="QHBoxLayout" name="loShift"> <layout class="QHBoxLayout" name="loShift">
<item> <item>
<widget class="QDoubleSpinBox" name="spShift"> <widget class="QDoubleSpinBox" name="spShift">
......
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