Troubleshoot: Enpass appears too large or too small for your display

If Enpass is rendering at the wrong size for your display, you can change the display’s scale factor.

To fix the issue:

To change the scale factor on a Windows computer:

  1. Right-click on This PC and select Properties.
  2. Click the Advanced tab, then select Environment Variables > New.
    OR in the Start menu, search for “Edit the system Environment variables.”
  3. Add the following variable:
    QT_AUTO_SCREEN_SCALE_FACTOR=0
  4. 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)
  5. 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:

  1. Open ~/.profile in your favorite editor.
  2. 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)
  3. 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).