From 41fb1389a2e8950ea184920b6278ebdbd692a86d Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 27 Apr 2013 21:24:05 +0200 Subject: [PATCH] Better tooltip position --- HabeebIt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HabeebIt.lua b/HabeebIt.lua index 12c36fd..639aa16 100644 --- a/HabeebIt.lua +++ b/HabeebIt.lua @@ -31,7 +31,7 @@ local function OnUpdate(self, elapsed) end local function OnEnter(self) - GameTooltip:SetOwner(self, 'ANCHOR_RIGHT') + GameTooltip:SetOwner(self, 'ANCHOR_TOPLEFT') GameTooltip:SetItemByID(self.itemID) self:SetScript('OnUpdate', OnUpdate) -- 1.7.9.5