Bug 420982 - Set display scale slider step to a non-adversial value.
Summary: Set display scale slider step to a non-adversial value.
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kscreen (other bugs)
Version First Reported In: 5.12.8
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kscreen-bugs-null@kde.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-04 04:53 UTC by Cristian Tibirna
Modified: 2020-05-04 07:34 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Tibirna 2020-05-04 04:53:42 UTC
Currently, the slider for selecting the display's fractional scale in the "Screen Scaling" dialog can be moved from 1 to 3 in 0.1 steps.
 
As explained very clearly here
https://cullmann.io/posts/kde-qt-highdpi-scaling/
this is a bad idea, as it creates very complicated issues with float number representation as used in pixel level rendering.

The slider should have steps of 0.0625 (1/16.). Alternatively, a direct number input should be provided.
Comment 1 David Edmundson 2020-05-04 07:34:02 UTC
It's been changed.