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

Idea: maximum width limit for clock #1177

Open
engelhro opened this issue Dec 16, 2024 · 0 comments
Open

Idea: maximum width limit for clock #1177

engelhro opened this issue Dec 16, 2024 · 0 comments

Comments

@engelhro
Copy link

Not sure whether this falls under the "feature request" or "bug report" category:

For regular widgets the width gets displayed in "dp" (see also issue #1176). When coming close to the border of the screen, this value changes to "100 %" and the widget cannot be drawn broader anymore. That makes sense and is fine, clever approach.

Unfortunately this does not apply to the clock widget which is the first widget and always display on the screen.

For it the unit displayed stays in "dp" no matter the actual width. The value even increases further after the widget already fills the full width of the screen. While the widget itself is not scaled anymore and keeps its maximum extent, the virtual width is apparently not limited.

I'd suggest to use the same logic here as for every other widget: switch to "100 %" near the border and then prevent further increases of width value.

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

No branches or pull requests

1 participant