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

Text Size calculated too small #184

Open
Moosleitner opened this issue Dec 28, 2019 · 0 comments
Open

Text Size calculated too small #184

Moosleitner opened this issue Dec 28, 2019 · 0 comments
Assignees
Labels

Comments

@Moosleitner
Copy link

For Gauge with ModernSkin and large values (>= 4 digits) the valueText size calculation seems to be wrong, text is way too small:
image

Reason seems to be the effect of the text is also considered when determining the best size (done in Helper.adjustTextSize ).
Commenting out the line 246 in ModernSkin
valueText.setEffect(bigGlow);
solves the issue for me:
image

I think I have observed very small text for large values before also in another component. I cannot say where at the moment.

@HanSolo HanSolo self-assigned this Dec 28, 2019
@HanSolo HanSolo added the bug label Dec 28, 2019
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