correct description in binning dialog
This commit is contained in:
parent
1a2f178f58
commit
3ee95a1990
@ -7,7 +7,7 @@ class BinningWindow(QtWidgets.QDialog):
|
||||
|
||||
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.setValidator(QtGui.QDoubleValidator())
|
||||
self.spinbox.setText('1')
|
||||
|
Loading…
Reference in New Issue
Block a user