WoWInterface SVN bdGrid

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

trunk/core.lua
182,9 → 182,9
 
-- shortname
self.Short = self.Health:CreateFontString(nil,"OVERLAY")
self.Short:SetFont(bdCore.media.font, 13, "OUTLINE")
self.Short:SetShadowOffset(0,0)
self.Short:SetPoint("BOTTOMRIGHT", self, "BOTTOMRIGHT", 0, 1)
self.Short:SetFont(bdCore.media.font, 13)
self.Short:SetShadowOffset(1,-1)
self.Short:SetPoint("BOTTOMRIGHT", self, "BOTTOMRIGHT", -1, 1)
self.Short:SetJustifyH("RIGHT")
 
oUF.Tags.Events["self.Short"] = "UNIT_NAME_UPDATE"