From eed32b595e9476ca1db4250d1d9d06a3e9c476c6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Oct 2020 08:44:10 +0530 Subject: [PATCH] Edit book: Fix a regression in the previous release that caused the completion popups used in the search panel to not render multiple entries correctly. --- src/calibre/gui2/tweak_book/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/search.py b/src/calibre/gui2/tweak_book/search.py index e10c66546e..9d7c0d18eb 100644 --- a/src/calibre/gui2/tweak_book/search.py +++ b/src/calibre/gui2/tweak_book/search.py @@ -97,6 +97,7 @@ class HistoryBox(HistoryComboBox): self.clear_msg = clear_msg self.ignore_snip_expansion = False self.lineEdit().setClearButtonEnabled(True) + self.set_uniform_item_sizes(False) def event(self, ev): if ev.type() in (ev.ShortcutOverride, ev.KeyPress) and ev.key() == KEY and ev.modifiers() & MODIFIER: