This commit is contained in:
Kovid Goyal 2012-06-19 12:41:05 +05:30
parent 4ba810a75f
commit 2f2d0dc63d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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()