View Single Post
12-26-09, 01:59 PM   #4
eddiemars
A Cyclonian
 
eddiemars's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 43
I found another cluster of line very similar in the file init_and_config.lua :
Code:
 self.Power:SetPoint("LEFT", self.Portrait, "RIGHT", 2, 0)
 self.Power:SetPoint("RIGHT")
 self.Power:SetPoint("TOP", self.Health, "BOTTOM", 0, -1)
This was under :
Code:
function oUF_Nivaya:UpdatePortrait(self, unit)
And was also surrounded by SetPoints for Health as well, and also a lot of if's and elseif's. I didn't fiddle with this because I do not plan to have a portrait involved, so didn't think this would apply.
  Reply With Quote