https://bugs.kde.org/show_bug.cgi?id=420982
Bug ID: 420982 Summary: Set display scale slider step to a non-adversial value. Product: systemsettings Version: 5.12.8 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_kscreen Assignee: kscreen-bugs-n...@kde.org Reporter: tibi...@kde.org CC: plasma-b...@kde.org Target Milestone: --- 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. -- You are receiving this mail because: You are watching all bug changes.