Hi all,
Enpass now uses latest version of Qt (5.6) for drawing its user interface. It is supposed to handle scaling on hidpi or scaled desktops by default. If you are facing problems on your pc, you need to override default auto scaling behaviour of Qt using the method suggested by @Tamaskan.
Linux ->Add following line to runenpass.sh or set this environment variable
export QT_AUTO_SCREEN_SCALE_FACTOR=0
Windows -> Add the follow environment variable in Computer -> Properties -> Advance System Settings -> Environment variables->System variables->New.. with variable name QT_AUTO_SCREEN_SCALE_FACTOR with value 0.
Also please share
1. Display resolution
2. Percentage scaling OS is using for that display