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 font sizes #3200

Merged
merged 3 commits into from
Apr 2, 2024
Merged

Fix font sizes #3200

merged 3 commits into from
Apr 2, 2024

Conversation

tomasMizera
Copy link
Collaborator

Font weight issue
Fonts on Android (and most likely other systems) were rendered with font weights (700), but we are using semibold (600)

Font size issue
Our computation of __dp might not give us the best results. Time/Qt moved on and we can try to omit this constant. Let's see how this will behave on different devices, it looks fine on mine.

Showcase

Before After

@tomasMizera tomasMizera marked this pull request as ready for review April 2, 2024 15:13
@tomasMizera tomasMizera requested a review from PeterPetrik April 2, 2024 15:13
@PeterPetrik PeterPetrik merged commit a729c60 into master Apr 2, 2024
9 of 11 checks passed
@PeterPetrik PeterPetrik deleted the fix-font-sizes branch April 2, 2024 15:26
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.

2 participants