12
3
Screen elements are too small to click or read on my 4K laptop screen. How do I make it obey Gnome scaling, which is set to 200%?
I'm on Fedora 29, but this should be the same issue on Ubuntu 18.06
This issue also affects macbook retina display screens.
5Since Qt 5.6 the variable name has changed to
QT_SCALE_FACTOR
, therefore:export QT_SCALE_FACTOR=2
– dav.garcia – 2019-10-22T08:34:04.0031Funny enough, this makes perfectly good working applications like Okular look terrible. Thus, I only added it to the
.desktop
file. – Raffi Khatchadourian – 2019-10-30T14:07:04.600