fix long definition not shown properly in dictionary window

This commit is contained in:
chrox
2013-07-28 16:07:51 +08:00
parent 872ffa5767
commit 6c7641cd0b
2 changed files with 45 additions and 22 deletions

View File

@@ -39,6 +39,7 @@ function ReaderDictionary:showDict(results)
results = results,
dictionary = self.default_dictionary,
width = Screen:getWidth() - scaleByDPI(120),
height = Screen:getHeight()*0.43,
})
end
end