Skip to content

Instantly share code, notes, and snippets.

@eliroca
Last active May 4, 2019 13:59
Show Gist options
  • Save eliroca/f4ef97c80d0afece9868fc6a69251fd4 to your computer and use it in GitHub Desktop.
Save eliroca/f4ef97c80d0afece9868fc6a69251fd4 to your computer and use it in GitHub Desktop.
Fix QT5 apps out of scale

QT5 apps appear out of scale, icons are big, pixelated. This should fix it:

Add the following line in /etc/environment

QT_AUTO_SCREEN_SCALE_FACTOR=0

More info about QT5 scaling here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment