Skip to content

Fix pattern scale slider expanding too far

Before this commit the pattern scale slider would expand to the entire length of the toolbar. This commit fixes that so its about the same size as the other toolbar sliders.

BUG:446365

Test Plan

  1. Make sure there is some empty horizontal space in your "brushes and stuff" toolbar. If thats not the case go to settings->configure toolbars and remove some items from "current actions"
  2. Make sure "brush option slider 1" is in current actions and click OK
  3. Click the down error next to the slider in your toolbar then click the plus next to "pattern scale"
  4. Observe the the pattern slider does not expand to the fill the toolbar

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