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

@@ -96,7 +96,7 @@ function ReaderDictionary:showDict(word, results, box)
word = word,
results = results,
dictionary = self.default_dictionary,
width = Screen:getWidth() - Screen:scaleByDPI(80),
width = Screen:getWidth() - Screen:scaleBySize(80),
word_box = box,
-- differentiate between dict and wiki
wiki = self.wiki,