https://bugs.kde.org/show_bug.cgi?id=369465
--- Comment #5 from Michael <sky...@quantentunnel.de> --- In cases like your smooth-stroke-length example, it seems like an exponential/logarithmic slider, resp. value-set slot would be more appropriate, wouldn't it? In your special case, factor 10 is too much, but factor 0.1 is too little. But depending on the total slider scope, also both could be too large or too little. Increments by 10 are much less relevant at a value of 10000 than at a value of 50, so the increments should vary in relation to the current value. A non-linear slider would cope with both and reduce individual need to tweek the slider scope. -- You are receiving this mail because: You are watching all bug changes.