UIParent Anchoring
Jademalo opened this issue ยท 3 comments
Is it possible to change the anchor point of SexyMap in UIParent? And if not, would it be possible to have that option added?
I'd ideally like to anchor it to the bottom left, but by default it seems to anchor to centre.
Thanks!
I have two different setups I use the same installation on - Simple 1920x1080, and an ultrawide. Being able to anchor it to the bottom left means it will stay correctly positioned at the left edge of the screen when switching between the two. It seems to anchor to Bottom, which means it stays in the same absolute place when switching to the ultrawide.
I've managed to sort it by changing the anchor points in savedvariables, and then manually figuring out the position coordinates. Everything seems fine now, though it would be nice for it to be exposed somewhere rather than having to dig through savedvariables.
Thanks!