Jademalo / SurroundFix

A World of Warcraft UI AddOn to fix various UI issues with multiple monitor setups
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Everything scales down to aspect ratio except player portrait #2

Closed Griffendahl closed 3 years ago

Griffendahl commented 3 years ago

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

Jademalo commented 3 years ago

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

Griffendahl commented 3 years ago

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

Jademalo commented 3 years ago

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

Jademalo commented 3 years ago

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

Jademalo commented 3 years ago

/run PlayerFrame:SetParent(UIParent)

Also let me know if this fixes it

Griffendahl commented 3 years ago

The command changes nothing as far as I can see.

fstack1

fstack2

Jademalo commented 3 years ago

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

Griffendahl commented 3 years ago

Like so?

afbeelding

Jademalo commented 3 years ago

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

Griffendahl commented 3 years ago

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