Skip to content

applet: Raise maximum volume: Rework anchors into QQC2 sizing model & add padding

ivan tkachenko requested to merge work/ratijas/layout into master

Controls are more flexible and clickable with paddings instead of anchors. Now the checkbox respects (almost) Fitt's law by covering most of the footer. Covering the whole area deems unfeasible, because of how PlasmoidHeading's theming works with its own padding being applied. Meanwhile, the checkbox should be alright, and its content is vertically centered out-of-the-box.

Before: Volume_Before

After: Volume_After

Merge request reports