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

Font is too small for the selected size #21

Open
ali1234 opened this issue Mar 19, 2022 · 0 comments
Open

Font is too small for the selected size #21

ali1234 opened this issue Mar 19, 2022 · 0 comments

Comments

@ali1234
Copy link

ali1234 commented Mar 19, 2022

To reproduce:

  1. Open KDE settings -> appearance -> fonts and note the size of the general font.
    image
  2. Open Better inline clock settings and set the font to the same size:
    image
  3. Apply. Result:
    image

The result is that the clock font is much smaller than it should be.

This is a result of interpreting the specified size as pixels instead of points. On a 96dpi monitor there are 96 pixels per 72 points. If you desire the clock to use the system default size of 10pt, it would be necessary to enter a pixel size of 13.3333333333 pixels. However, because the input field only accepts integers, this is not possible. Therefore it is impossible to have the clock use the system default font size.

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

1 participant