Quantcast

Some sizing that should not be handled by this addon

Adrian L Lange [08-12-12 - 08:59]
Some sizing that should not be handled by this addon
Filename
Symbiotic.lua
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')