![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | parser_101 |
Why my TextEdit instance is so small? I instantiated it with the following code:
func parsebegin(object):
var textedit = TextEdit.new()
addcustomcontrol(textedit)
textedit.text = "test"
What I have: https://ibb.co/SXDJr7c