switch from scaleByDPI() to scaleBySize()

This commit is contained in:
Hans-Werner Hilse
2014-11-20 23:07:39 +01:00
parent 63af71188a
commit 22697adf20
21 changed files with 70 additions and 70 deletions

View File

@@ -17,7 +17,7 @@ local ReaderPaging = InputContainer:new{
visible_area = nil,
page_area = nil,
show_overlap_enable = nil,
overlap = Screen:scaleByDPI(DOVERLAPPIXELS),
overlap = Screen:scaleBySize(DOVERLAPPIXELS),
page_flipping_mode = false,
bookmark_flipping_mode = false,