From b5cf02593d22815c75c6a9d8b431e6541ee1ac74 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 12 Aug 2012 10:59:13 +0200 Subject: [PATCH] Some sizing that should not be handled by this addon --- Symbiotic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symbiotic.lua b/Symbiotic.lua index 0422308..4a477d5 100644 --- a/Symbiotic.lua +++ b/Symbiotic.lua @@ -55,7 +55,7 @@ local function UpdateSymbiosis(self) local spec = GetSpecialization() if(spec) then ShoppingTooltip1:SetOwner(self, 'ANCHOR_NONE') - ShoppingTooltip1:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -1, 0) + ShoppingTooltip1:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT') ShoppingTooltip1:SetSpellByID(gainSpells[class][spec]) ShoppingTooltip1TextRight1:SetText('Symbiosis') -- 1.7.9.5