MinimapButtonButton

MinimapButtonButton

5M Downloads

Including ExpansionLandingPageMinimapButton

Mcdrowd opened this issue ยท 4 comments

commented

Hello,

including the frame = ExpansionLandingPageMinimapButton caused the symbol to be displayed over another symbol and is very small.

Is it possible that this symbol behaves the same way as other minimap symbols and also takes over to the scaling?

regards

commented

I found a solution for the overlapping with:

/mbb set buttonsPerRow 3

Any Idea for the size/scale?

commented

Are you using ElvUI?

commented

Yes - I am Using ElvUI

With that in mind, I disabled ElvUI's minimap once, since I use Sexymap anyway due to a better scaling option.

Now ExpansionLandingPageMinimapButton is also displayed in the MBB and I have also included the GameTImeFrame.

Thank you for the hint.

commented

The issue is because ElvUI tells the button to ignore its parents scale, causing the strange size and position.
I added code to tell the buttons to not ignore the scale anymore which fixed the issue (at least in the case of ElvUI)