Skip to content
Snippets Groups Projects
Commit 79a00691 authored by Harry Jeffery's avatar Harry Jeffery
Browse files

Merge pull request #510 from mantidproject/11337_line_renaming

Do not overwrite line cuts
parents adb1cbfa 1cffc912
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> ...@@ -240,6 +240,19 @@ from the length of the line being drawn</string>
</property> </property>
</widget> </widget>
</item> </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> <item>
<spacer name="horizontalSpacer_4"> <spacer name="horizontalSpacer_4">
<property name="orientation"> <property name="orientation">
...@@ -268,7 +281,16 @@ from the length of the line being drawn</string> ...@@ -268,7 +281,16 @@ from the length of the line being drawn</string>
<property name="spacing"> <property name="spacing">
<number>4</number> <number>4</number>
</property> </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> <number>2</number>
</property> </property>
<item> <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