correct description in binning dialog

This commit is contained in:
Dominik Demuth 2023-06-20 19:22:00 +02:00
parent 1a2f178f58
commit 3ee95a1990

View File

@ -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')