mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Show tooltips with cover size in cover download selection dialog
This commit is contained in:
parent
19de299830
commit
1e0901860b
@ -667,7 +667,7 @@ class CoversModel(QAbstractListModel): # {{{
|
||||
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…
x
Reference in New Issue
Block a user