
Request adjustable minimap border. (The War Within)
dingoh opened this issue ยท 3 comments
What game are you raising a ticket for?
The War Within
What is your issue?
Line 5704
-- Create black border around map local miniBorder = CreateFrame("Frame", nil, Minimap, "BackdropTemplate") miniBorder:SetPoint("TOPLEFT", -3, 3) miniBorder:SetPoint("BOTTOMRIGHT", 3, -3) miniBorder:SetAlpha(1) miniBorder:SetBackdrop({ edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Background-Dark", edgeSize = 5, })
everytime LetreaxPlus updated, I modify edgeSize and SetPoint.
I wish you can make it adjustable in option window.
Thanks.
I would also love an option to change the borders around the minimap when using the square minimap, preferably an option to turn the black borders off.
You modify edgeSize and SetPoint to what values?
edgeSize from 5 to 1, SetPoints from +-3 to +-1
miniBorder:SetPoint("TOPLEFT", -1, 0) -- This can be (-1, 1) but in my personal setting (-1,0) makes clean strokes.
miniBorder:SetPoint("BOTTOMRIGHT", 1, -1)
miniBorder:SetBackdrop({
edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Background-Dark",
edgeSize = 1,
})