This commit is contained in:
Kovid Goyal 2012-11-19 00:02:36 +05:30
parent 75bfce3327
commit aa15b54113

View File

@ -328,7 +328,6 @@ class ImageView(QWidget, ImageDropMixin): # {{{
sztgt = target.adjusted(0, 0, 0, -4) sztgt = target.adjusted(0, 0, 0, -4)
f = p.font() f = p.font()
f.setBold(True) f.setBold(True)
f.setPointSize(12)
p.setFont(f) p.setFont(f)
sz = u'\u00a0%d x %d\u00a0'%(ow, oh) sz = u'\u00a0%d x %d\u00a0'%(ow, oh)
flags = Qt.AlignBottom|Qt.AlignRight|Qt.TextSingleLine flags = Qt.AlignBottom|Qt.AlignRight|Qt.TextSingleLine