Skip to content

Commit

Permalink
refs #8196 This should fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 24, 2013
1 parent ad7c760 commit 054f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/PyChop/PyChop_LET_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def setupUi(self, MainWindow):
self.incidentEnergyValue = QtGui.QLineEdit(self.centralwidget)
self.incidentEnergyValue.setGeometry(QtCore.QRect(22, 40, 171, 20))
self.incidentEnergyValue.setText(_fromUtf8(""))
self.incidentEnergyValue.setPlaceholderText(_fromUtf8(""))
#self.incidentEnergyValue.setPlaceholderText(_fromUtf8(""))
self.incidentEnergyValue.setObjectName(_fromUtf8("incidentEnergyValue"))
self.label = QtGui.QLabel(self.centralwidget)
self.label.setGeometry(QtCore.QRect(30, 10, 141, 20))
Expand Down

0 comments on commit 054f332

Please sign in to comment.