This commit is contained in:
Kovid Goyal 2018-02-09 21:28:22 +05:30
commit 506c3059bb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()