https://bugs.kde.org/show_bug.cgi?id=446185
ratijas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/ |2861d1fca3361d3617b2c8d84c9 |b6d5966ce31adaec1ec96499b59 |1942c0dbc33ed |d348d5d4743f4 --- Comment #5 from ratijas <[email protected]> --- Git commit b6d5966ce31adaec1ec96499b59d348d5d4743f4 by ivan tkachenko. Committed on 02/05/2022 at 10:31. Pushed by ratijas into branch 'Plasma/5.24'. [lookandfeel] Fix collapsed width of a volume/brightness OSD on a lock screen Amends c067d4985a49cdef8ed0d96ba8019a7b945b1741. 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. (cherry picked from commit 2861d1fca3361d3617b2c8d84c91942c0dbc33ed) M +1 -1 lookandfeel/contents/osd/OsdItem.qml https://invent.kde.org/plasma/plasma-workspace/commit/b6d5966ce31adaec1ec96499b59d348d5d4743f4 -- You are receiving this mail because: You are watching all bug changes.
