godot_oculus_quest_toolkit icon indicating copy to clipboard operation
godot_oculus_quest_toolkit copied to clipboard

Labels not properly resizing

Open Kylogias opened this issue 4 years ago • 3 comments

Labels aren't properly resizing, as seen in this image image

Kylogias avatar Nov 20 '20 22:11 Kylogias

Does it resize correctly when you start the application? Did you set the text on the property of OQ_UILabel directly. If not that could be the issue.

NeoSpark314 avatar Nov 26 '20 07:11 NeoSpark314

Does it resize correctly when you start the application? Did you set the text on the property of OQ_UILabel directly. If not that could be the issue.

Sorry for the late reply as apparently I don't get notifications. It didn't resize when I started it. I did set the text directly.

Kylogias avatar Jan 01 '21 14:01 Kylogias

Not sure exactly from your screenshot what is happening; There is a text property directly on OQ_UILabel; entering text in there will call the auto-resize (even directly in the editor): this is my test here:

image image image

NeoSpark314 avatar Jan 02 '21 08:01 NeoSpark314