-
Notifications
You must be signed in to change notification settings - Fork 111
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
suggestion: ilevel module - show numbers at bottom of the item #303
Comments
You got my vote on this, it's has been bugging me for quite some time that the upgrade icon is covered by the ilvl. |
i had the problem that both my pawn upgrade arrow and my addon that shows if i got the transmog or not is both on the top of the item which makes the top quite cluttered if i have a BoE item i havent learned look from thats an upgrade in my inventory |
This has actually been fixed in Pull #206 and has been working well since (though the menu layout could use some alignment). I'm not sure why this hasn't been merged, honestly. |
Any idea when we can get this merged? Testing has gone well, but we're starting to see other pulls that might conflict. |
i couldnt see an option to display the ilevel on gear in bags at the bottom of the icon instead of the top.
this was interfering with the pawn upgrade arrow which is also not moveable.
changing line 104 in itemlevel.lua to: text:SetPoint("BOTTOMLEFT", button, 3, 1)
this changed it to display at bottom.
perhaps this could be an option in the config?
great addon btw and thanks for all the hard work!
The text was updated successfully, but these errors were encountered: