Skip to content

Commit

Permalink
Update Minimap position in Minimap.lua
Browse files Browse the repository at this point in the history
- Clear and set new position for MinimapCluster.MinimapContainer
- Set new position to 'TOPLEFT' of SUIMinimap with offset (-30, 32)
  • Loading branch information
Wutname1 committed Dec 12, 2023
1 parent 4d4690a commit 6366b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ local function UpdatePosition()
SUIMinimap:SetPoint(point, anchor, secondaryPoint, x, y)
end
end
Minimap:ClearAllPoints()
Minimap:SetPoint('TOPLEFT', SUIMinimap, 'TOPLEFT', 0, 0)
MinimapCluster.MinimapContainer:ClearAllPoints()
MinimapCluster.MinimapContainer:SetPoint('TOPLEFT', SUIMinimap, 'TOPLEFT', -30, 32)
end

local function updateSettings()
Expand Down

0 comments on commit 6366b80

Please sign in to comment.