You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a high DPI monitor, the UI does not increase its scale
To Reproduce
Install and run on high DPI monitor
Expected behavior
UI to be larger relative to the monitor's DPI
Desktop:
Occurs on both Arch Linux and KDE Neon (both using KDE and X11)
both monitors tested on were 2560x1440p, one was 27", the other was 12.5"
Additional context
A workaround for Linux is to set GTK_SCALE (e.g. GTK_SCALE=2 ./pcgen.sh)
A simple fix for this would be to detect the user's DPI in pcgen.sh using xrandr (if installed) and setting GTK_SCALE from there (of course, a more robust solution would be preferred, but this would be better than nothing)
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a high DPI monitor, the UI does not increase its scale
To Reproduce
Expected behavior
UI to be larger relative to the monitor's DPI
Desktop:
Additional context
A workaround for Linux is to set GTK_SCALE (e.g.
GTK_SCALE=2 ./pcgen.sh
)A simple fix for this would be to detect the user's DPI in pcgen.sh using xrandr (if installed) and setting GTK_SCALE from there (of course, a more robust solution would be preferred, but this would be better than nothing)
The text was updated successfully, but these errors were encountered: