Skip to content
Commit 2861d1fc authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

[lookandfeel] Fix collapsed width of a volume/brightness OSD on a lock screen

Amends c067d498.

Having `preferredWidth: 1` set on an only item that also stretches with
fillWidth AND without top-to-bottom sizing (fixed size imposed by
parent component) doesn't really make sense. It naturally increased row
layout's implicitWidth by only 1, and that value were used as an input
to the final width expression (bottom-up sizing).

This patch fixes the sizing model to be strictly implicit bottom-up and
explicit top-down, and so the slider no longer collapses.

BUG: 446185
parent d56d8ab2
Pipeline #170766 passed with stage
in 5 minutes and 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment