Nnoggie / MythicDungeonTools

World of Warcraft AddOn for planning and optimizing Mythic+ dungeon runs
GNU General Public License v2.0
331 stars 231 forks source link

Remove the statusbg element from all of the Ace frames created #559

Closed chipzz closed 6 months ago

chipzz commented 6 months ago

Remove the status bars from the Ace frames created, since they look out of place and even overlap other UI elements in some places.

Wasn't able to test the CustomColorFrame, because that errored out in an unrelated way.

Bit of a hack, would be better in a separate function, but the code I'm modifying is copied multiple times anyway, and if this would be split off it should be split off in a function that does more than just that, ie set title, size and layout, disables resizes etc. Maybe sth for a follow-up patch?