You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jabref dialog doesnt respect font size 13558 (#13667)
* Made the AboutDialog's View's Fonts Size's Relative
- note 18 :: 30 == 1.44 :: 2.4 == 0.6
- manually verified original and modified pixel heights
* AboutDialogView responds to preference's font size changes
* Renamed some unused vars to remove IDEA warnings.
* Added information about our fix.
* Removed offending trailing space.
See https://github.com/JabRef/jabref/actions/runs/16790829755/job/47551968304
* AboutAction does not do its own injection now.
See #13667 (comment)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
69
69
- We introduced walkthrough functionality [#12664](https://github.com/JabRef/jabref/issues/12664)
70
70
71
71
### Fixed
72
-
72
+
73
+
- We fixed an issue whereby the 'About' dialog was not honouring the user's configured font preferences. [#13558](https://github.com/JabRef/jabref/issues/13558)
73
74
- We fixed an issue where the Pagetotal column was sorting the values alphabetically instead of numerically. [#12533](https://github.com/JabRef/jabref/issues/12533)
74
75
- We fixed dark mode of BibTeX Source dialog in Citation Relations tab. [#13599](https://github.com/JabRef/jabref/issues/13599)
75
76
- We fixed an issue where the LibreOffice integration did not support citation keys containing Unicode characters. [#13301](https://github.com/JabRef/jabref/issues/13301)
0 commit comments