You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the alert button may also hide the content of the current condition widget if visible.
Analysis
The Pocketbook Verse has a 6 inch screen with a rather low resolution, 1024x768 pixels (212 PPI).
Proposal
Compute the width of the timestamp string and change of date format when the string would overflow screen width.
⚠️ This will not fix the alert button hiding content of the current condition widget.
Side notes
To avoid widget overflow, the widget class should define the four usual padding properties, deduce a "content box" rectangle from the bounding box rectangle and those padding properties, and clip to that content box rectangle during paint operations.
The text was updated successfully, but these errors were encountered:
Context
I guess the alert button may also hide the content of the current condition widget if visible.
Analysis
The Pocketbook Verse has a 6 inch screen with a rather low resolution, 1024x768 pixels (212 PPI).
Proposal
Compute the width of the timestamp string and change of date format when the string would overflow screen width.
Side notes
To avoid widget overflow, the widget class should define the four usual padding properties, deduce a "content box" rectangle from the bounding box rectangle and those padding properties, and clip to that content box rectangle during paint operations.
The text was updated successfully, but these errors were encountered: