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

Add option to change the tooltip's text color #181

Open
Duckwhale opened this issue Jul 1, 2020 · 2 comments
Open

Add option to change the tooltip's text color #181

Duckwhale opened this issue Jul 1, 2020 · 2 comments

Comments

@Duckwhale
Copy link
Member

Source: WowAce

It's a small issue, but due to using a UI package my toast is black and since the text for attempts is also black it doesn't show up at all. Would it be possible to add an option for changing font color? I've tried looking in the code but can't seem to find where to do it myself.

@godejord
Copy link
Collaborator

godejord commented Mar 8, 2021

The particular text this user is referring to, "Obtained after X attempts" on the achievement toast, can have it's colors modified by setting unlocked:SetTextColor(r, g, b) in GUI.lua \ RarityAchievementAlertFrame_SetUp(frame, itemId, attempts). I can add a setting for this using a color-picker or something similar, but I haven't because small settings like these will probably just clutter the Options at the moment.
Maybe an advanced settings options would be something to consider? I'm sure there could be several tiny changes like this implemented if there is a need for them.

@Duckwhale
Copy link
Member Author

Duckwhale commented Mar 9, 2021

The Options are already cluttered, but we can always add more tabs (Edit: I mean groups, not actual tabs). I already added one for experimental settings (called "Advanced", for now), we could easily add one for Customization options if there are features that could be grouped under it.

Realistically, the options UI could use an overhaul, but one step at a time.

@Duckwhale Duckwhale removed this from the Active Development milestone Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Possibly some day (Undecided)
Timeline
Possibly some day (Undecided)
Development

No branches or pull requests

2 participants