Closed
Description
Hi,
JabRef appears really small (text, menus, icons...) on 4K, high dpi screen on linux Mint 18 with Cinammon.
To fix this, I changed my /usr/lib/java-wrappers/java-wrappers.sh, line 305
exec $JAVA_CMD $JAVA_ARGS
by
exec $JAVA_CMD $JAVA_ARGS
It works well for me, but might not be very clean.
Could someone generalize this idea ?
Thanks.