Skip to content

ProgressBar,Slider: Draw position smoothly with greater precision

ivan tkachenko requested to merge work/ratijas/smooth-progress into master

Modern screens are much bigger that 100px, especially when taking HiDPI into account. So having integer bounds on a slider of a variable size leads to a quite chunky and inaccurate progress animations.

KStyle_ProgressBar_and_Slider_precision

Edited by ivan tkachenko

Merge request reports