Hi.
Anyone knows how can I have a multiline label text in a button (widget v2)? I was expecting that the label would be automatically broken in two lines if it exceeds the button widget but that did not happen.
local butt = widget.newButton { left = 100, top = 100, width = 105, height = 38, label = "You were challenged again", labelAlign = "center", font = "Arial", fontSize = 12, labelColor = { default = {0,0,0}, over = {255,255,255} }, onEvent = onButtonEvent }