From 73278a8cd65dc780155154712ecdb77048fbacb0 Mon Sep 17 00:00:00 2001 From: ldolse Date: Sun, 21 Nov 2010 15:40:02 +0800 Subject: [PATCH] ... --- src/calibre/gui2/convert/pdf_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/convert/pdf_input.py b/src/calibre/gui2/convert/pdf_input.py index f1ef7d24ee..967a0fe234 100644 --- a/src/calibre/gui2/convert/pdf_input.py +++ b/src/calibre/gui2/convert/pdf_input.py @@ -22,5 +22,5 @@ class PluginWidget(Widget, Ui_Form): def set_value_handler(self, g, val): if val is None and isinstance(g, QDoubleSpinBox): - g.setValue(0.45) + g.setValue(0.0) return True