Wowpedia

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

READ MORE

Wowpedia
Advertisement


Sets the amount of padding on the righthand side of the GameTooltip.

GameTooltip:SetPadding( padAmount )


Arguments

padAmount
Number - The amount of padding (black space) to put on the right hand side of the tooltip.


Returns

nil


Example

GameTooltip:SetPadding( 16 )

Notes

Currently only used by ItemRefTooltip to make room for its close button.

Advertisement