mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
94bf380db0
commit
7e0be5825e
@ -239,6 +239,7 @@ class MetadataSingleDialogBase(ResizableDialog):
|
||||
|
||||
self.fetch_metadata_button = b = RightClickButton(self)
|
||||
b.setText(_('&Download metadata')), b.setPopupMode(b.DelayedPopup)
|
||||
b.setToolTip(_('Download metadata for this book [%s]') % self.download_shortcut.key().toString(QKeySequence.NativeText))
|
||||
b.setSizePolicy(QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed))
|
||||
self.fetch_metadata_button.clicked.connect(self.fetch_metadata)
|
||||
self.fetch_metadata_menu = m = QMenu(self.fetch_metadata_button)
|
||||
|
Loading…
x
Reference in New Issue
Block a user