https://bugs.kde.org/show_bug.cgi?id=399280

--- Comment #3 from Christoph Feck <cf...@kde.org> ---
1920/1.4 = 1371.43, which is rounded down to 1371
1371*1.4 = 1919.4, which is again rounded down to 1919.

If you are able to set it to 1.41 in the config files, you should be able to
work around this issue:

1920/1.41 = 1361.70, which is rounded up to 1362
1362*1.41 = 1920,42, which is rounded down to 1920.

I doubt this can be fixed in Qt. It would internally have to store
window/widget sizes as fractions.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to