Skip to content
Snippets Groups Projects
Commit 74eeb08e authored by Granroth, Garrett's avatar Granroth, Garrett
Browse files

Re #19393 updated label in Instrument Setupwidget.py to S2

parent cc9d664f
No related merge requests found
......@@ -170,7 +170,7 @@ class InstrumentSetupWidget(QtGui.QWidget):
self.signaldict['Ei']=self.Ei
self.validatorS2=QtGui.QDoubleValidator(-90.,90.,5,self)
self.validatorEi=QtGui.QDoubleValidator(1.,10000.,5,self)
self.labelS2=QtGui.QLabel('HYSPEC S2')
self.labelS2=QtGui.QLabel('S2')
self.labelEi=QtGui.QLabel('Incident Energy')
self.editS2=QtGui.QLineEdit()
self.editS2.setValidator(self.validatorS2)
......
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