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

Don't use the capital for the tooltip of the city top bar button #1280

Merged
merged 2 commits into from
Aug 15, 2022

Conversation

lmoureaux
Copy link
Contributor

The tooltip of the "Cities" button in the top bar was showing the number of
cities by querying the help text for the player's capital. Now that we have
better help texts, this string is more specific about the capital and breaks in
the context of the top bar.

Change back the tooltip to what it was before, i.e. a simple city counter.

It was a proxy for QWidget::setToolTip (notice the different capitalization).
We don't need that.
The tooltip of the "Cities" button in the top bar was showing the number of
cities by querying the help text for the player's capital. Now that we have
better help texts, this string is more specific about the capital and breaks in
the context of the top bar.

Change back the tooltip to what it was before, i.e. a simple city counter.
@lmoureaux lmoureaux requested a review from jwrober August 15, 2022 01:49
@jwrober jwrober merged commit 18b2b7e into longturn:master Aug 15, 2022
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