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

Fixed playButton position #137

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

Conversation

Spartelfant
Copy link

playButton was overlapping quest text in the quest log (Turtle WoW client version 11200). By changing playButton's anchor point it will remain to the left of the quest text.

playButton was overlapping quest text in the quest log (Turtle WoW client version 11200). By changing playButton's anchor point it will remain to the left of the quest text.
@xvwyh
Copy link
Collaborator

xvwyh commented Aug 31, 2024

The code right above the one you edited is meant to pad the quest text with spaces from the front to make room for the play button. If that isn't happening - some of your addons that change the quest log might be interfering with that.

@Spartelfant
Copy link
Author

You are correct, I should have checked if I had this issue without any other addons enabled. One of my other addons prefixes the quest log entries with each quest's level and that's what messes up the alignment. After disabling that addon there is no alignment issue with this addon's play button.

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

Successfully merging this pull request may close these issues.

2 participants