Also adjust hover width

This commit is contained in:
Kovid Goyal 2026-01-04 14:49:02 +05:30
parent c704890740
commit fee83e6352
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1373,7 +1373,8 @@ class BookshelfView(MomentumScrollMixin, QAbstractScrollArea):
lc = lc._replace(
min_spine_width=int(default.min_spine_width * hr),
max_spine_width=int(default.max_spine_width * hr),
default_spine_width=int(default.default_spine_width * hr)
default_spine_width=int(default.default_spine_width * hr),
hover_expanded_width=int(default.hover_expanded_width * hr)
)
self.layout_constraints = lc