https://bugs.kde.org/show_bug.cgi?id=521639
--- Comment #4 from Jari Pennanen <[email protected]> --- Old values as reference: >>> 2**-3.5 # <-- KDE 6.6 minimal value 0.08838834764831845 >>> 2**-3 0.125 >>> 2**-2.5 0.1767766952966369 >>> 2**-2 0.25 >>> 2**-1.5 0.3535533905932738 >>> 2**-1 0.5 # <--- KDE 6.7 minimal value -- You are receiving this mail because: You are watching all bug changes.
