WoWInterface SVN bdGrid

Compare Revisions

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

Rev 4 → Rev 3

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