ArtOfShred / LuiExtended

Lui Extended addon for ESO
http://www.esoui.com/downloads/fileinfo.php?id=818
Other
36 stars 21 forks source link

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

Closed luke4mls closed 3 years ago

luke4mls commented 3 years ago

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

image image

luke4mls commented 3 years ago

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

ArtOfShred commented 3 years ago

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