mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 06:55:49 +01:00
Fix #1951637 [[Enhancement] Icon for Restore defaults button missing in Convert book window](https://bugs.launchpad.net/calibre/+bug/1951637)
This commit is contained in:
parent
6209e84ba6
commit
24a546be7b
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ def __init__(self, parent, db, book_id,
|
|||
self.groups.entered[(QModelIndex)].connect(self.show_group_help)
|
||||
rb = self.buttonBox.button(QDialogButtonBox.StandardButton.RestoreDefaults)
|
||||
rb.setText(_('Restore &defaults'))
|
||||
rb.setIcon(QIcon(I('clear_left.png')))
|
||||
rb.clicked.connect(self.restore_defaults)
|
||||
self.groups.setMouseTracking(True)
|
||||
geom = gprefs.get('convert_single_dialog_geom', None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue