changed lock radio buttons into checkboxes.
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QRadioButton" name="finalDepthLock">
|
||||
<item row="0" column="1">
|
||||
<widget class="QCheckBox" name="startDepthLock">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Lock Start Depth to specified value, prevent automatic recalculation.</p></body></html></string>
|
||||
</property>
|
||||
@@ -118,8 +118,8 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QRadioButton" name="startDepthLock">
|
||||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="finalDepthLock">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Lock Start Depth to specified value, prevent automatic recalculation.</p></body></html></string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user