Skip to content

Commit

Permalink
Reposition MinimapBackdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Oct 27, 2022
1 parent 5ee9c1c commit 43bf34e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Modules/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@ function module:ModifyMinimapLayout()
end
end

-- Attach Minimap Backdrop to the minimap it's self
if MinimapBackdrop then
MinimapBackdrop:ClearAllPoints()
MinimapBackdrop:SetPoint('CENTER', Minimap, 'CENTER', -10, -24)
MinimapBackdrop:SetFrameLevel(Minimap:GetFrameLevel())
end

if GameTimeFrame and not SUI.IsRetail then
GameTimeFrame:ClearAllPoints()
GameTimeFrame:SetScale(.7)
Expand Down

0 comments on commit 43bf34e

Please sign in to comment.