Skip to content

Commit 13166fa

Browse files
authored
docs(faq): fix doubled "to" in Linux FAQ heading (#631)
1 parent f320c45 commit 13166fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/faq/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You have several Java Virtual Machines installed, and under the command line the
3030

3131
For Ubuntu you may also have a look at the [Ubuntu page on Java](https://help.ubuntu.com/community/Java).
3232

33-
## Everything looks too big or too small. How can I change it to to a more reasonable size?
33+
## Everything looks too big or too small. How can I change it to a more reasonable size?
3434

3535
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 <application>.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.
3636

0 commit comments

Comments
 (0)