Skip to content

Remove padding (deadzones) between items of the brush sensors list

CCBUG:425526

Over a year ago I described in https://bugs.kde.org/show_bug.cgi?id=425526 that there are deadzones/padding in the sensors list which exasperates the original issue described. I do not see much usability benefit to this padding, as a user might often click on it instead of selecting an actual sensor, leading to the UI having an unresponsive feeling.

Note that this does not fix the actual issue described in the report, only makes it somewhat less prominent.

Test Plan

Observe the sensors list for a particular brush option in the brush settings, and check there's no more padding between items through clicking.

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