We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending on screen resolution and the length of the weather description found in current conditions, an overflow may occur.
See also: #80
Use DrawTextRect and elide text.
DrawTextRect
The text was updated successfully, but these errors were encountered:
Move implementation of current condition box
c4789a5
Refs: #81
Automatically elide long weather description
7d110c7
Refactor automatic elision of long location name
459791f
Refs: #81, #12
Looks better!
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
Context
Depending on screen resolution and the length of the weather description found in current conditions, an overflow may occur.
See also: #80
Analysis
Use
DrawTextRect
and elide text.The text was updated successfully, but these errors were encountered: