nadol94 wrote:can i move the tooltip frame sumhow?
There's an addon that let you do that: MoveAnything.
Or you can edit the code:
- Interface\AddOns\modui\modtip\tip.lua line 50
- Code: Select all
GameTooltip:SetPoint('BOTTOMRIGHT', MainMenuBar, -6, CONTAINER_OFFSET_Y + 16)
BOTTOMRIGHT is the anchor, MainMenuBar the parent (you shouldn't edit that), -6 is for the horizontal axis and 16 for the vertical one.
- Edit with a notepad while your ingame, save and reload the ui /rl till it fits you.
Edit: crosspost with modernist.