mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-21 23:26:56 +00:00
* minimap mail frame icon exchanged and repositioned into the top right corner of the minimap
This commit is contained in:
Binary file not shown.
@@ -30,5 +30,12 @@ pfUI:RegisterModule("minimap", function ()
|
||||
Minimap:SetPoint("TOPLEFT", pfUI.minimap, "TOPLEFT", 3, -3)
|
||||
Minimap:SetPoint("BOTTOMRIGHT", pfUI.minimap, "BOTTOMRIGHT", -3, 3)
|
||||
|
||||
-- Set new mail frame position to top right corner of the minimap
|
||||
-- mostly taken from TukUI
|
||||
MiniMapMailFrame:ClearAllPoints()
|
||||
MiniMapMailFrame:SetPoint("TOPRIGHT", pfUI.minimap, "TOPRIGHT", 0, 0)
|
||||
MiniMapMailBorder:Hide()
|
||||
MiniMapMailIcon:SetTexture("Interface\\AddOns\\pfUI\\img\\mail")
|
||||
|
||||
MiniMapTrackingFrame:SetFrameStrata("LOW")
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user