improved charlist

This commit is contained in:
Eduardo Bart
2011-08-26 15:44:18 -03:00
parent c60b677baa
commit 0749e6a9d5
5 changed files with 74 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ function MessageBox.create(title, text, flags)
label:resizeToText()
-- set window size based on label size
window:setWidth(label:getWidth() + 60)
window:setWidth(label:getWidth() + 48)
window:setHeight(label:getHeight() + 64)
window:updateParentLayout()