How to prevent text in textbox touching the edges?

Hi, there.

I’m running into a problem, where the text in my textbox touches the edges of it, and that’s a concern to me. Is there any way of resolving this issue?

I’ve tried looking for someone with a similar issue, but couldn’t find anything.

Screenshot 2023-12-10 152142

You can add a UIPadding to the TextBox. Set the padding for each side to be however much you’d like.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.