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

Fix 3593: Double up the space reserved for the Clip #3594

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Fix 3593: Double up the space reserved for the Clip #3594

merged 1 commit into from
Jun 14, 2024

Conversation

nicolaihenriksen
Copy link
Contributor

Fixes #3593

Not the nicest of fixes, but I can't really explain why the ActualHeight is not sufficient.

My initial thought was that it was DPI-scaling that needed to be taken into account, but this was also reproduceable when setting the DPI scaling to 100% (i.e. no scaling).

The poor mans solution was to simply double up the reserved space. If you have a better fix, please just abandon this PR. For now I just want the hints to not be clipped "by default" which they are right now. Basically anything below the baseline of the text is currently clipped.

@nicolaihenriksen nicolaihenriksen added this to the 5.1.0 milestone Jun 13, 2024
@Keboo Keboo merged commit ca1ec3a into master Jun 14, 2024
2 checks passed
@Keboo Keboo deleted the fix3593 branch June 14, 2024 05:04
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

Successfully merging this pull request may close these issues.

Hint in field cut off when not floating
2 participants