mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 06:06:16 +01:00
...
This commit is contained in:
parent
4ba810a75f
commit
2f2d0dc63d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -185,7 +185,7 @@ class PagedDisplay
|
|||
elem.scrollIntoView()
|
||||
if this.in_paged_mode
|
||||
# Ensure we are scrolled to the column containing elem
|
||||
this.scroll_to_xpos(absleft(elem)+10)
|
||||
this.scroll_to_xpos(absleft(elem) + 5)
|
||||
|
||||
if window?
|
||||
window.paged_display = new PagedDisplay()
|
||||
|
|
|
|||
Loading…
Reference in a new issue