![]() |
Wowpedia is no longer updated, go away. |
Sets the amount of padding applied to the edit box text.
EditBox:SetTextInsets(left, right, top, bottom)
Arguments[]
- left
- Number - units of padding to apply to the left edge of the editbox.
- right
- Number - units of padding to apply to the right edge of the editbox.
- top
- Number - units of padding to apply to the top edge of the editbox.
- bottom
- Number - units of padding to apply to the bottom edge of the editbox.
Details[]
- Positive values for the parameters shrink the space used to display text within the edit box.