https://bugs.kde.org/show_bug.cgi?id=412447
--- Comment #11 from Christoph Cullmann <cullm...@kde.org> --- > Would it work if we internally round it before storing? E.g. f = qRound(f * > 32) / 32. For displaying, it would use f = qRound(f * 20) / 20. Some testing > would be needed to confirm this mapping is bijective, otherwise use 64 > instead of 32. An alternate solution is to round it down some 1/16 multiple during output export in kded. But I as user would be a bit suprised to find out my 1.35 I configured in the "expert" field got adjusted. (thought for me that would still be better than artifacts) -- You are receiving this mail because: You are watching all bug changes.