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

[BUG] Widget cut off when dock disabled #5065

Open
JVimes opened this issue Dec 8, 2024 · 2 comments
Open

[BUG] Widget cut off when dock disabled #5065

JVimes opened this issue Dec 8, 2024 · 2 comments
Labels

Comments

@JVimes
Copy link

JVimes commented Dec 8, 2024

Describe the bug

When dock is disabled, widgets along the bottom of the screen go out of bounds and are cut off.

Steps to reproduce

Steps to reproduce the behavior:

  1. Disable the dock
  2. Add a widget that has no padding, like Calendar
  3. Place it at screen bottom

Expected behavior

It should stay in bounds

Screenshots

Screenshot_20241207-203900

Screenshot_20241208-140409

Device information

Additional context

No response

@JVimes JVimes added the bug label Dec 8, 2024
@pacjo
Copy link

pacjo commented Dec 8, 2024

It looks like it's cutting of where navigation bar is. Just out of curiosity, does changing to gesture navigation solve this?

@JVimes
Copy link
Author

JVimes commented Dec 8, 2024

That's correct, it stays in bounds when system nav is gesture mode:

Screenshot_20241208-140438

Three button mode:
Screenshot_20241208-140409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants