mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
07f3e87b13
commit
d67541f26d
@ -98,7 +98,7 @@ class Float(Int):
|
|||||||
self.widgets = [QLabel('&'+self.col_metadata['name']+':', parent),
|
self.widgets = [QLabel('&'+self.col_metadata['name']+':', parent),
|
||||||
QDoubleSpinBox(parent)]
|
QDoubleSpinBox(parent)]
|
||||||
w = self.widgets[1]
|
w = self.widgets[1]
|
||||||
self.setRange(-100., float(sys.maxint))
|
w.setRange(-100., float(sys.maxint))
|
||||||
w.setDecimals(2)
|
w.setDecimals(2)
|
||||||
|
|
||||||
class Rating(Int):
|
class Rating(Int):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user