mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
add ui padding
This commit is contained in:
@@ -46,7 +46,7 @@ local function displayMessage(msgtype, msg, time)
|
||||
label:setVisible(true)
|
||||
label:setText(msg)
|
||||
label:setStyle(style)
|
||||
label:setForegroundColor(msgtype.color)
|
||||
label:setColor(msgtype.color)
|
||||
|
||||
if not time then
|
||||
time = math.max(#msg * 75, 3000)
|
||||
|
Reference in New Issue
Block a user