From aa15b5411331980d10b49f33ded0ed0633be0214 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Nov 2012 00:02:36 +0530 Subject: [PATCH] ... --- src/calibre/gui2/widgets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/widgets.py b/src/calibre/gui2/widgets.py index e2f0e0bfd2..df2c5ffd1d 100644 --- a/src/calibre/gui2/widgets.py +++ b/src/calibre/gui2/widgets.py @@ -328,7 +328,6 @@ class ImageView(QWidget, ImageDropMixin): # {{{ sztgt = target.adjusted(0, 0, 0, -4) f = p.font() f.setBold(True) - f.setPointSize(12) p.setFont(f) sz = u'\u00a0%d x %d\u00a0'%(ow, oh) flags = Qt.AlignBottom|Qt.AlignRight|Qt.TextSingleLine