To change the scale factor on a Windows computer:
- Right-click on This PC and select Properties.
- Click the Advanced tab, then select Environment Variables > New.
OR in the Start menu, search for “Edit the system Environment variables.”
- Add the following variable:
QT_AUTO_SCREEN_SCALE_FACTOR=0
- Then add one of the following variables:
QT_SCREEN_SCALE_FACTORS=1 (for 100% scale)
QT_SCREEN_SCALE_FACTORS=1.25 (for 125% scale)
QT_SCREEN_SCALE_FACTORS=2 (for 200% scale)
- Restart Enpass.
If you have multiple displays, use a semicolon to separate values for each variable:
QT_SCREEN_SCALE_FACTORS=1.25;2 (for 125% scale on primary, 200% on secondary).
To change the scale factor on a Linux computer:
- Open ~/.profile in your favorite editor.
- Use the following variables, and then Save.
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=1 (adjust as per your display)
- End current desktop session, and then start Enpass.
If you have multiple displays, use a semicolon to separate values for each variable:
export QT_SCREEN_SCALE_FACTORS=1;1 (adjust as per your display).