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

Widgets being cut off #411

Closed
cdubthecoolcat opened this issue May 5, 2024 · 3 comments
Closed

Widgets being cut off #411

cdubthecoolcat opened this issue May 5, 2024 · 3 comments

Comments

@cdubthecoolcat
Copy link

cdubthecoolcat commented May 5, 2024

I'm using the example notification popups and this happens most of the time:

2024-05-04-230036

This happens with the unmodified CSS as well, but will not cut off if enough notifications show up.
I'm currently working around this by adding margin-bottom, but it would be nice to not have to do this.

@cdubthecoolcat
Copy link
Author

fixed by changing the order of the windows in App.config so that the notifications are first

@Nanderty
Copy link

Nanderty commented May 30, 2024

I had the same issue, putting the Notification window at the end of the list is not the only requirement for this to happen.
One also has to define "maxWidthChars" for the label widgets inside the notification, otherwise the cutoff still happens.

EDIT: It seems, "maxWidthChars" has to be set to something smaller than 27 to prevent the cutoff.

@cdubthecoolcat
Copy link
Author

Yes this is the correct solution. I previously forgot to comment out my workaround so I thought what I did fixed it. Setting max_width_chars seems to be the real fix.

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

2 participants