Skip to content

Commit

Permalink
- bring the offset in-line
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Oct 1, 2024
1 parent 6e90a01 commit ef4802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8543,7 +8543,7 @@ end
local attachTo = plateFrame.IconIndicators [plateFrame.IconIndicators.Next - 1]
--se for menor que 4 ele deve crescer para o lado da esquerda, nos outros casos vai para a direita
if (Plater.db.profile.indicator_anchor.side < 4) then
PixelUtil.SetPoint (thisIndicator, "right", attachTo, "left", -2, 0)
PixelUtil.SetPoint (thisIndicator, "right", attachTo, "left", -1, 0)
else
PixelUtil.SetPoint (thisIndicator, "left", attachTo, "right", 1, 0)
end
Expand Down

0 comments on commit ef4802b

Please sign in to comment.