-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Changing font size makes font size field too small #7085
Comments
JabRef is internally using pixels to define widths. A solution would be to change every width indication to 'em'. |
Is this something that I can change in a custom theme? |
I was just taking a note for ourself or somebody, who wants to work on this issue. The em indications are dependend on the font size an should automatically scale. There should be plenty of examples on the web about this (eg https://stackoverflow.com/questions/32999605/how-can-i-change-the-base-font-size-in-javafx-8-modena-theme-that-would-cascade#33001277 ) |
By the way, in the latest master version this only happens if you leave the preferences window briefly and reopen it, without closing JabRef. That's because when restarting JabRef, the preferences window no longer respects the custom font size. |
JabRef 5.2--2020-11-04--fcbe9c5
Windows 10 10.0 amd64
Java 14.0.2
Changing font size makes font size field too small (see screenshot below)
Steps to reproduce the behavior:
Note that sometime the font size is not changed for the preference dialog and sometime the bug does not appear, but was unable to determine under which conditions this happens.
The text was updated successfully, but these errors were encountered: