https://bugs.kde.org/show_bug.cgi?id=438171
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/c5 |ma/plasma-desktop/commit/34 |61706fed003b1746223a1c25cc4 |65955554beb28b05644fbfe6e89 |b476c835082 |1cb3fe17442 --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 3465955554beb28b05644fbfe6e891cb3fe17442 by Nate Graham. Committed on 20/06/2021 at 13:43. Pushed by ngraham into branch 'Plasma/5.22'. [kcms/landingpage] Give up on vertical centering and let it scroll In the past, we made the content view of this KCM center vertically. However that caused binding loops and made resizing slow. Then later we made it non-scrollable so that it could be vertically centered, but that broke scrollability for users with very short screens. This commit simplifies the situation to stop doing anything fancy at all and just uses a boring old SimpleKCM. This lets it be scrollable but does not have vertical centering for the content. However no other KCM vertically centers its content like this anyway, so arguably there is a consistency win as well. FIXED-IN: 5.21.2 (cherry picked from commit c561706fed003b1746223a1c25cc4b476c835082) M +1 -14 kcms/landingpage/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/3465955554beb28b05644fbfe6e891cb3fe17442 -- You are receiving this mail because: You are watching all bug changes.