SurroundFix

SurroundFix

7.4k Downloads

Everything scales down to aspect ratio except player portrait

Griffendahl opened this issue ยท 10 comments

commented

Love the addon, works brilliant. However my player portrait remains in my upper left corner, way out of sight on my 32:9 screen.

commented

Strange, are you using any other addons that affect the player portrait?
This shouldn't be an issue with the vanilla portrait.

commented

No, even with all other addons disabled this happens. But as far as I can see only on my warlock, all other characters are ok.

surround

commented

Hmm, that's extremely weird. Let me look into it quickly

commented

Can you type /fstack and then take a screenshot hovering over the portrait?

image

Ideally try to press alt so the arrow in the box is next to PlayerFrame so I can see the parent of it

commented

/run PlayerFrame:SetParent(UIParent)

Also let me know if this fixes it

commented

The command changes nothing as far as I can see.

fstack1

fstack2

commented

When you're hovering over the player frame like in the second image, press alt a few times. It should change which frame the arrow in the box is pointing to.

image

Try to get one where the arrow is pointing to just PlayerFrame like in this image

commented

Like so?

afbeelding

commented

Yes, that's perfect.
Right, so it was what I suspected, the player frame is for some reason not locked to UIParent.

Oh, I see what you've done. Right click the player frame, go down to "move" near the bottom, and click Reset Position.

image

commented

Awesome, thanks for your great support. That was indeed the issue!