Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tooltip.lua #712

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Tooltip.lua #712

wants to merge 1 commit into from

Conversation

juxuanu
Copy link

@juxuanu juxuanu commented Feb 28, 2020

Instead of showing in the Tooltip of an item, when selected for showing BOTH Guild and Bags count, the two counts in different lines, use only one.
https://i.imgur.com/HmSvuwP.png
This way you save up space. Usually you have more than one addon that adds lines to the tooltip and creating one additional line just for a Bank count is not ideal.

tt:AddDoubleLine(" ", bankCount)
end


Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this line, it "contains only whitespaces" and this is why the check fails. But the code works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant