Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
17 stars 13 forks source link

Macro names overlap #180

Open Itay-Zeitouny opened 1 year ago

Itay-Zeitouny commented 1 year ago

As title states. I'll attach an image as an example. mega_macro_overlap

aurelion314 commented 1 year ago

I have a fixed version here: https://github.com/aurelion314/mega-macro

If you want to do it yourself, its as simple as adding a size tag after line 14 in mega-macro.window.xml It should look like this:

<FontString name="$parentName" inherits="GameFontHighlightSmall" text="">       
<Size x="36" y="36"/>
Sellorio commented 1 year ago

Please create a pull request with this and any other fixes you've made.

Note that a few days ago another fix was merged in so make sure there's no conflicts.

aurelion314 commented 1 year ago

Unfortunately I forgot about this tweak and ended up committing it along with some bigger changes that shouldn't be merged until I can test them more. I'll play with it for a day or 2 (its the weekend after all) and see if it is stable first.