mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix several local calls of Math.round
This commit is contained in:
@@ -39,7 +39,7 @@ function ReaderDictionary:showDict(results)
|
||||
dialog = self.dialog,
|
||||
results = results,
|
||||
dictionary = self.default_dictionary,
|
||||
width = Screen:getWidth() - screen:scaleByDPI(120),
|
||||
width = Screen:getWidth() - Screen:scaleByDPI(120),
|
||||
height = Screen:getHeight()*0.43,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user