Bug #1918
Problem with fractional HiDPI scaling in Windows
Status:
New
Priority:
Normal
Assignee:
-
Category:
Quassel GUI (Qt)
Target version:
-
Start date:
09/09/2025
Due date:
% Done:
0%
Estimated time:
Version:
0.14.0
OS:
Windows
Description
On a Windows 11 system running Quassel Client v0.14.0 at 150% scaling, the UI appears disproportionately oversized compared to all the other programs in the system.
This is a known bug with Qt that can be solved by setting the global environment variable
QT_SCALE_FACTOR_ROUNDING_POLICY=PassThroughin system settings, which isn't exceptionally difficult, however, it would make sense to make necessary changes in the source code for convenience reasons.