Column headers in tooltip are misaligned
tflo opened this issue ยท 3 comments
The currency icons in the column headers are misaligned, i.e. they are center-aligned whereas the columns themselves are right-aligned. This makes the icons appear as if in-between the columns.
Easy fix: Broker_Currencyflow.lua, lines 642, 643, and 651: Replace "CENTER"
with "RIGHT"
.
A minor, aesthetic issue: I would set the tooltip header (addon name) left-aligned (line 634). Looks more coherent.
Before (center-aligned icons):
After (right-aligned):
Thanks, and thanks for the nice addon!
โ Tom
Please see #25. Thanks.