Updated Label (markdown)

Robert Jelic
2022-05-02 18:15:37 +02:00
parent 05ce0d8d7d
commit 09d6c514e4

@@ -9,5 +9,5 @@ sets the text of your label, it automatically adjusts the width to the text len.
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aLabel = mainFrame:addLabel("myFirstLabel"):setText("I am a label!"):show()
````
**args:** string text<br>
**Arguments:** string text<br>
**returns:** self<br>