mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use a more intuitive to type maximum
This commit is contained in:
parent
d5360885ae
commit
d99570a2b6
@ -121,7 +121,7 @@ class Int(QSpinBox):
|
|||||||
|
|
||||||
def __init__(self, name, layout):
|
def __init__(self, name, layout):
|
||||||
QSpinBox.__init__(self)
|
QSpinBox.__init__(self)
|
||||||
self.setRange(0, 20000)
|
self.setRange(0, 99999)
|
||||||
opt = options[name]
|
opt = options[name]
|
||||||
self.valueChanged.connect(self.changed_signal.emit)
|
self.valueChanged.connect(self.changed_signal.emit)
|
||||||
init_opt(self, opt, layout)
|
init_opt(self, opt, layout)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user