Greetings,
Let’s say I have the following widget:
[lua]local dialogueButtonOne = widget.newButton{
id = “dialogueButtonOne”,
label = dialogueButtonOneLabel,
onEvent = onDialogueButtonOneTouch,
fontSize = 14,
yOffset = -2,
labelColor = { default={ 65 }, over={ 0 } },
width = 80,
height = 60
}[/lua]
By default, it appears that the label-- “dialogueButtonOneLabel”, in this case-- aligns right. I want this text to always align to the center of the button/widget. How can I do this? Is there a Label Alignment property of widgets that I’m missing?
Thanks! [import]uid: 191085 topic_id: 33364 reply_id: 333364[/import]