mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 02:45:31 +01:00
Show tooltips with cover size in cover download selection dialog
This commit is contained in:
parent
19de299830
commit
1e0901860b
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ def data(self, index, role):
|
|||
return None
|
||||
if role == Qt.DecorationRole:
|
||||
return pmap
|
||||
if role == Qt.DisplayRole:
|
||||
if role == Qt.DisplayRole or role == Qt.ToolTipRole:
|
||||
return text
|
||||
if role == Qt.UserRole:
|
||||
return waiting
|
||||
|
|
|
|||
Loading…
Reference in a new issue