mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/przemo20/calibre
This commit is contained in:
commit
506c3059bb
@ -76,7 +76,7 @@ class TrimImage(QDialog):
|
||||
self.msg.setVisible(not has_selection)
|
||||
|
||||
def image_changed(self, qimage):
|
||||
self.sz.setText('\xa0' + _('Size:') + '%dx%d' % (qimage.width(), qimage.height()))
|
||||
self.sz.setText('\xa0' + _('Size:') + ' ' + '%dx%d' % (qimage.width(), qimage.height()))
|
||||
|
||||
def cleanup(self):
|
||||
self.canvas.break_cycles()
|
||||
|
Loading…
x
Reference in New Issue
Block a user