Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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.

See also[]

Advertisement