Skip to content
Snippets Groups Projects
Commit 44d9fab7 authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #11337. Option not to rename

parent ffb7163d
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,19 @@ from the length of the line being drawn</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ckOverWrite">
<property name="toolTip">
<string>Overwrite any existing line cuts from the same MDWorkspace</string>
</property>
<property name="text">
<string>Overwrite lines</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
......@@ -268,7 +281,16 @@ from the length of the line being drawn</string>
<property name="spacing">
<number>4</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
......
This diff is collapsed.
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