syndenbock / MinimapButtonButton

A World of Warcraft addon for collecting minimap buttons
7 stars 3 forks source link

Including ExpansionLandingPageMinimapButton #18

Closed Mcdrowd closed 1 year ago

Mcdrowd commented 1 year ago

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

Mcdrowd commented 1 year ago

I found a solution for the overlapping with:

/mbb set buttonsPerRow 3

Any Idea for the size/scale?

syndenbock commented 1 year ago

Are you using ElvUI?

Mcdrowd commented 1 year ago

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.

syndenbock commented 1 year ago

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)