Skip to content

Commit

Permalink
RaidTargetIndicator anchor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
siweia committed Aug 7, 2020
1 parent 7f91d17 commit 8c34d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Interface/AddOns/NDui/Modules/UFs/Functions.lua
Expand Up @@ -404,9 +404,9 @@ function UF:CreateRaidMark(self)
ri:SetPoint("RIGHT", self, "LEFT", -3, 0)
ri:SetParent(self.Health)
else
ri:SetPoint("TOPRIGHT", self, "TOPRIGHT", -30, 10)
ri:SetPoint("CENTER", self.Health)
end
local size = retVal(self, 14, 13, 12, 12, 32)
local size = retVal(self, 18, 13, 12, 12, 32)
ri:SetSize(size, size)
self.RaidTargetIndicator = ri
end
Expand Down

0 comments on commit 8c34d50

Please sign in to comment.