-
Notifications
You must be signed in to change notification settings - Fork 291
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
more tooltips colors #4957
more tooltips colors #4957
Conversation
@@ -1882,7 +1889,7 @@ private static StringBuilder c3Info(Entity entity, boolean details) { | |||
sC3Info += "<BR>"; | |||
} | |||
|
|||
result = guiScaledFontHTML(uiC3Color(), -0.2f) + sC3Info + "</FONT>"; | |||
result = guiScaledFontHTML(GUIP.getUnitToolTipHighlightColor(), -0.2f) + sC3Info + "</FONT>"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the C3 color? Or is that the same as the unit tooltip highlight color now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c3 and the highlight color were similar colors. I did not want to add a lot of extra color settings that are only used in one spot, but if you think it should have one, I can add it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, it's fine for now.
fixes #4522