From fa90cd4d06ecc7a30f37fc558dcbf00d67db4137 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Sun, 4 Jan 2026 10:49:05 +0100 Subject: [PATCH] forget to increase default hover --- src/calibre/gui2/library/bookshelf_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/library/bookshelf_view.py b/src/calibre/gui2/library/bookshelf_view.py index 8bd21a96bc..dc3a11c7d5 100644 --- a/src/calibre/gui2/library/bookshelf_view.py +++ b/src/calibre/gui2/library/bookshelf_view.py @@ -615,7 +615,7 @@ class LayoutConstraints(NamedTuple): shelf_gap: int = 20 width: int = 0 side_margin: int = 4 - hover_expanded_width: int = 110 + hover_expanded_width: int = 160 @property def step_height(self) -> int: