From 7ae893cfe61eae90abdf2e9c983b4a197c541bae Mon Sep 17 00:00:00 2001 From: adv0r Date: Wed, 3 Jun 2026 10:53:32 +0200 Subject: [PATCH] docs(faq): fix doubled "to" in Linux FAQ heading --- en/faq/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/faq/linux.md b/en/faq/linux.md index 0ff6bda30..698a1f73d 100644 --- a/en/faq/linux.md +++ b/en/faq/linux.md @@ -30,7 +30,7 @@ You have several Java Virtual Machines installed, and under the command line the For Ubuntu you may also have a look at the [Ubuntu page on Java](https://help.ubuntu.com/community/Java). -## Everything looks too big or too small. How can I change it to to a more reasonable size? +## Everything looks too big or too small. How can I change it to a more reasonable size? In the background, JabRef uses [JavaFX](https://en.wikipedia.org/wiki/JavaFX). Applications using JavaFX can be scaled via `java -Dglass.gtk.uiScale=1.5 -jar .jar`. If you have installed JabRef via a package manager, you probably don't have a `.jar` file but a binary file. In this case, you need to find your `JabRef.cfg` in your installation folder (possibly located at `/opt/JabRef/lib/app/JabRef.cfg`) and add in the section `[JavaOptions]` the line `-Dglass.gtk.uiScale=1.5`. Then, restart JabRef. Try finding a value that is suitable for you. On high resolution displays, values around `1.5` seem to be reasonable.