This commit is contained in:
Kovid Goyal 2021-05-18 07:23:40 +05:30
parent 8436c14f89
commit 267ab37964
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -118,7 +118,7 @@ class ImageView(QDialog):
self.zo_button = zo = bb.addButton(_('Zoom &out'), QDialogButtonBox.ButtonRole.ActionRole) self.zo_button = zo = bb.addButton(_('Zoom &out'), QDialogButtonBox.ButtonRole.ActionRole)
self.save_button = so = bb.addButton(_('&Save as'), QDialogButtonBox.ButtonRole.ActionRole) self.save_button = so = bb.addButton(_('&Save as'), QDialogButtonBox.ButtonRole.ActionRole)
self.rotate_button = ro = bb.addButton(_('&Rotate'), QDialogButtonBox.ButtonRole.ActionRole) self.rotate_button = ro = bb.addButton(_('&Rotate'), QDialogButtonBox.ButtonRole.ActionRole)
self.fullscreen_buton = fo = bb.addButton(_('&Fullscreen'), QDialogButtonBox.ButtonRole.ActionRole) self.fullscreen_buton = fo = bb.addButton(_('&Full screen'), QDialogButtonBox.ButtonRole.ActionRole)
zi.setIcon(QIcon(I('plus.png'))) zi.setIcon(QIcon(I('plus.png')))
zo.setIcon(QIcon(I('minus.png'))) zo.setIcon(QIcon(I('minus.png')))
so.setIcon(QIcon(I('save.png'))) so.setIcon(QIcon(I('save.png')))