Widget API: GameTooltip:SetPadding
← Widget API ← GameTooltip < SetPadding
Sets the amount of padding on the righthand side of the GameTooltip.
GameTooltip:SetPadding( padAmount )
ArgumentsEdit
- padAmount
- Number - The amount of padding (black space) to put on the right hand side of the tooltip.
ReturnsEdit
- nil
ExampleEdit
GameTooltip:SetPadding( 16 )
NotesEdit
Currently only used by ItemRefTooltip to make room for its close button.