https://bugs.kde.org/show_bug.cgi?id=495752
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-pa/-/commit/36075 |ma/plasma-pa/-/commit/0b4a2 |f9e5f8d58ad2c687b91ec9a9cbe |6ada8258f4d25fa5069f239f104 |f8c59fb3 |1eefecb5 --- Comment #3 from Ismael Asensio <isma...@gmail.com> --- Git commit 0b4a26ada8258f4d25fa5069f239f1041eefecb5 by Ismael Asensio. Committed on 06/11/2024 at 17:31. Pushed by iasensio into branch 'Plasma/6.2'. kcm: Fix speaker test layout for Pro-Audio profile Known audio channels (like 'front-right', `rear-left`) are assigned rows 0 to 2 in the Grid layout so they are placed in their spatial position around the user's avatar Unknown channels (those produced by the Pro Audio pipewire profile) have no spatial info and are assigned to rows 3 and following The spacer items were also assigned to row 3, which collided with those, breaking the layout. Let's give the spacers a high enough row number so there is no collision with an already occupied cell FIXED-IN: 6.2.4 (cherry picked from commit 36075f9e5f8d58ad2c687b91ec9a9cbef8c59fb3) Co-authored-by: Ismael Asensio <isma...@gmail.com> M +2 -2 src/kcm/ui/main.qml https://invent.kde.org/plasma/plasma-pa/-/commit/0b4a26ada8258f4d25fa5069f239f1041eefecb5 -- You are receiving this mail because: You are watching all bug changes.