ArtOfShred/LuiExtended

"Long Term Player Buffs" stuck on centered alignment while in horizontal orientation

Closed this issue · 2 comments

The icons are also not centered within buff window. They appear to have their baseline in the center of the box.

image
image

Here's the solution:
modules/SpellCastBuffs/SpellCastBuffs.lua
function SpellCastBuffs.SetupContainerAlignment()
lines 581, 582, 583 need to be converted to IF statements to handle Horizontal / Vertical options

Fixed on the GitHub build, thanks for reporting this and providing a solution!