Skip to content

Adjust slider steps for fade + ratio and similar color selection threshold

R. B. requested to merge tomtomtom/krita:tomtomtom/adjustfadeslidersteps into master

This MR tweaks slider steps for a few functions.

  • Brush fade: 0.1 -> 0.01
  • Brush ratio: 0.1 -> 0.01
  • Similar color selection tool fuzziness: 20 -> 1

I do not know if there is good reasoning for the current slider steps of these functions, but they often annoy me during brushmaking and when tweaking the similar color selection tool. I would imagine the majority of users would intend to first use the sliders and then make very small tweaks with the arrow buttons, but I could be wrong.

Test Plan

Observe slider steps of brush fade, brush radio, and similar color selection tool fuzziness.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports