Skip to content

Commit fe4dab4

Browse files
committed
default div corr values
1 parent 1090d73 commit fe4dab4

File tree

1 file changed

+5
-1
lines changed
  • qt/python/mantidqtinterfaces/mantidqtinterfaces/Engineering/gui/engineering_diffraction/tabs/correction

1 file changed

+5
-1
lines changed

qt/python/mantidqtinterfaces/mantidqtinterfaces/Engineering/gui/engineering_diffraction/tabs/correction/view.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,17 @@ def __init__(self, parent=None, instrument="ENGINX"):
5353

5454
self.table_column_headers = ["Run", "Shape", "Material", "Orientation", "Select"]
5555

56+
self.line_divHorz.setText("0.02")
57+
self.line_divVert.setText("0.02")
58+
self.line_detHorz.setText("0.012")
59+
5660
# ========== Setup Tool Tips ==========
5761

5862
def init_tool_tips(self):
5963
self.btn_loadFiles.setToolTip("Loads the selected sample runs into the table")
6064
self.btn_selectAll.setToolTip("Sets all of the loaded workspaces in the table to selected")
6165
self.btn_deselectAll.setToolTip("Sets all of the loaded workspaces in the table to unselected")
62-
self.btn_deleteSelected.setToolTip("Deletes all of the loaded files, whcih are set as selected, from the table")
66+
self.btn_deleteSelected.setToolTip("Deletes all of the loaded files, which are set as selected, from the table")
6367
self.btn_viewRefShape.setToolTip(
6468
"Pops up a plot of the sample shape on a given workspace, "
6569
"along with the relative orientation of sample axes (defined in the settings)"

0 commit comments

Comments
 (0)