From 1e0901860be0ed6f9c3f265860eff2b26ab29cfe Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 May 2020 16:13:27 +0530 Subject: [PATCH] Show tooltips with cover size in cover download selection dialog --- src/calibre/gui2/metadata/single_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/metadata/single_download.py b/src/calibre/gui2/metadata/single_download.py index 1b157e8a20..d5ccd375fd 100644 --- a/src/calibre/gui2/metadata/single_download.py +++ b/src/calibre/gui2/metadata/single_download.py @@ -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