mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-06 02:53:30 -05:00
...
This commit is contained in:
parent
4a5899413b
commit
df84d98c1a
@ -741,8 +741,6 @@ class CaseItem:
|
||||
item = item._replace(start_x=item.start_x - left_shift, width=width)
|
||||
elif right_shift:
|
||||
item = item._replace(start_x=item.start_x + right_shift)
|
||||
elif i == shelf_item.idx and gprefs['bookshelf_hover'] == 'above':
|
||||
item = item._replace(start_x=item.start_x - left_shift, width=width)
|
||||
ans.items.append(item)
|
||||
ans.width = item.start_x + item.width
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user