mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
improved charlist
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user