correct description in binning dialog
This commit is contained in:
@ -7,7 +7,7 @@ class BinningWindow(QtWidgets.QDialog):
|
|||||||
|
|
||||||
layout = QtWidgets.QFormLayout()
|
layout = QtWidgets.QFormLayout()
|
||||||
|
|
||||||
self.label = QtWidgets.QLabel('Digits (negative values position left of decimal point)')
|
self.label = QtWidgets.QLabel('Bin width')
|
||||||
self.spinbox = QtWidgets.QLineEdit()
|
self.spinbox = QtWidgets.QLineEdit()
|
||||||
self.spinbox.setValidator(QtGui.QDoubleValidator())
|
self.spinbox.setValidator(QtGui.QDoubleValidator())
|
||||||
self.spinbox.setText('1')
|
self.spinbox.setText('1')
|
||||||
|
Reference in New Issue
Block a user